diff --git a/internal/ui/backup.go b/internal/ui/backup.go index 7dbe235c9..a593dbeb9 100644 --- a/internal/ui/backup.go +++ b/internal/ui/backup.go @@ -262,6 +262,11 @@ func (b *Backup) CompleteItemFn(item string, previous, current *restic.Node, s a b.summary.Unlock() if current == nil { + // error occurred, tell the status display to remove the line + b.workerCh <- fileWorkerMessage{ + filename: item, + done: true, + } return }