Perhaps better error stacks for backups/archives; ref #2418
This commit is contained in:
@@ -138,5 +138,5 @@ func (fs *Filesystem) ParallelSafePath(paths []string) ([]string, error) {
|
||||
}
|
||||
|
||||
// Block until all of the routines finish and have returned a value.
|
||||
return cleaned, g.Wait()
|
||||
return cleaned, errors.WithStackIf(g.Wait())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user