forked from TrueCloudLab/restic
18fccb5995
This prevents a race condition where the final summary message can get lost.
7 lines
No EOL
269 B
Text
7 lines
No EOL
269 B
Text
Bugfix: In case of error also Wait() for terminal goroutine
|
|
|
|
This prevents a race condition where the final summary message is
|
|
lost. When using --json output it happened from time to time that the
|
|
summary output was missing.
|
|
|
|
https://github.com/restic/restic/pull/3305 |