mirror of
https://github.com/restic/restic.git
synced 2026-05-16 07:05:24 +00:00
pipe: propagate errors properly
This commit is contained in:
@@ -10,12 +10,13 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"runtime"
|
||||
|
||||
"github.com/juju/errors"
|
||||
"github.com/restic/restic/backend"
|
||||
"github.com/restic/restic/debug"
|
||||
"github.com/restic/restic/pack"
|
||||
"github.com/restic/restic/repository"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
// Node is a file, directory or other item in a backup.
|
||||
|
||||
Reference in New Issue
Block a user