mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Improve the done output
This commit is contained in:
@ -22,7 +22,8 @@ try {
|
||||
./write-big "T-$i seconds"
|
||||
start-sleep -s 1
|
||||
}
|
||||
write-host -foregroundColor green "Done - $Seconds seconds countdown finished"
|
||||
|
||||
"✔️ $Seconds seconds countdown finished"
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user