mirror of
https://github.com/rclone/rclone.git
synced 2025-06-03 10:43:08 +08:00
cmd: Make --progress update the stats right at the end
Before this when rclone exited the stats would just show the last printed version, rather than the actual final state.
This commit is contained in:
@ -51,6 +51,7 @@ func startProgress() func() {
|
||||
printProgress("")
|
||||
case <-stopStats:
|
||||
ticker.Stop()
|
||||
printProgress("")
|
||||
fs.LogPrint = oldLogPrint
|
||||
fmt.Println("")
|
||||
return
|
||||
|
Reference in New Issue
Block a user