mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Improve the done output
This commit is contained in:
@ -23,7 +23,8 @@ try {
|
||||
|
||||
echo ------------------------------------------------------------------------------
|
||||
echo.
|
||||
write-host -foregroundColor green "Done - synced to %DST_DIR%"
|
||||
|
||||
"✔️ synced to %DST_DIR%"
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user