mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
9354262b1b
The status bar got stuck once the first error was reported, the scanner completed or some file was backed up. Either case sets a flag that the scanner has started. This flag is used to hide the progress bar until the flag is set. Due to an inverted condition, the opposite happened and the status stopped refreshing once the flag was set. In addition, the scannerStarted flag was not set when the scanner just reported progress information. |
||
---|---|---|
.. | ||
backup | ||
progress | ||
signals | ||
table | ||
termstatus | ||
format_test.go | ||
format.go | ||
message.go | ||
stdio_wrapper_test.go | ||
stdio_wrapper.go |