Updated some scripts

This commit is contained in:
Markus Fleschutz
2024-09-24 21:28:31 +02:00
parent db8e7e1766
commit 7e6b42352e
10 changed files with 13 additions and 17 deletions

View File

@ -46,7 +46,7 @@ try {
if ($lastExitCode -ne "0") { throw "'git clean -xfd -f' in submodules failed with exit code $lastExitCode" }
}
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✔️ Cleaned $numFolders Git repos under 📂$parentDirName in $elapsed sec"
" Cleaned $numFolders Git repos under 📂$parentDirName in $elapsed sec"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"