mirror of
https://github.com/rclone/rclone
synced 2024-11-24 01:26:25 +01: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:
parent
c4b0a37b21
commit
4f6a942595
@ -51,6 +51,7 @@ func startProgress() func() {
|
||||
printProgress("")
|
||||
case <-stopStats:
|
||||
ticker.Stop()
|
||||
printProgress("")
|
||||
fs.LogPrint = oldLogPrint
|
||||
fmt.Println("")
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user