Updated check-repo.ps1 and check-repos.ps1

This commit is contained in:
Markus Fleschutz
2024-05-02 15:20:56 +02:00
parent 4be557732e
commit b612c905e2
2 changed files with 9 additions and 8 deletions

View File

@ -71,7 +71,7 @@ try {
$repoDirName = (Get-Item "$FullPath").Name
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✔️ Checked 📂$repoDirName repository in $elapsed sec"
"✔️ Checked repo 📂$repoDirName in $($elapsed)s."
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"