mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 06:27:16 +02:00
Improve output
This commit is contained in:
@ -53,7 +53,7 @@ try {
|
||||
$fileStream.Dispose()
|
||||
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ uploaded 📄$Filename to $URL in $Elapsed sec."
|
||||
"✔️ uploaded 📄$Filename to $URL in $Elapsed sec"
|
||||
exit 0
|
||||
} catch {
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
|
Reference in New Issue
Block a user