mirror of
https://github.com/restic/restic.git
synced 2026-05-30 22:05:24 +00:00
c882a92cd6
`term.Print` sends the output via a channel to a goroutine which actually prints the message. This may race with the password prompt printed by `OpenRepository` resulting in a missing prompt.