Improve output

This commit is contained in:
Markus Fleschutz
2021-06-07 20:06:55 +02:00
parent 7a57971d0c
commit 73c7d362da
10 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ try {
if ($lastExitCode -ne "0") { throw "'git clean -fdx' in submodules failed" }
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ cleaned Git repository 📂$RepoDirName in $Elapsed sec."
"✔️ cleaned Git repository 📂$RepoDirName in $Elapsed sec"
exit 0
} catch {
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"