mirror of
https://github.com/restic/restic.git
synced 2026-02-17 06:23:56 +00:00
Merge pull request #5691 from MichaelEischer/fix-rewriter-error
This commit is contained in:
@@ -142,7 +142,7 @@ func (t *TreeRewriter) RewriteTree(ctx context.Context, loader restic.BlobLoader
|
||||
return restic.ID{}, ctx.Err()
|
||||
}
|
||||
if item.Error != nil {
|
||||
return restic.ID{}, err
|
||||
return restic.ID{}, item.Error
|
||||
}
|
||||
node := item.Node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user