mirror of
https://github.com/restic/restic.git
synced 2025-12-04 01:21:50 +00:00
backup: In case of error also Wait() for terminal goroutine
This prevents a race condition where the final summary message can get lost.
This commit is contained in:
committed by
Michael Eischer
parent
d686fa25de
commit
18fccb5995
7
changelog/unreleased/pull-3305
Normal file
7
changelog/unreleased/pull-3305
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user