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