mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Fix stop watch
This commit is contained in:
@ -78,7 +78,7 @@ try {
|
||||
exit 0
|
||||
}
|
||||
|
||||
[int]$Elapsed = $StopWatch.TotalSeconds
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ built Git repository 📂$RepoDir in $Elapsed sec."
|
||||
exit 0
|
||||
} catch {
|
||||
|
Reference in New Issue
Block a user