This commit is contained in:
parent
c98a34a5d4
commit
c934918347
@ -295,9 +295,10 @@ func (w *walker) handleItem(ctx context.Context, path string, toHashChan chan<-
|
|||||||
return skip
|
return skip
|
||||||
}
|
}
|
||||||
|
|
||||||
|
oldPath := path
|
||||||
path, err = w.normalizePath(path, info)
|
path, err = w.normalizePath(path, info)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.handleError(ctx, "normalizing path", path, err, finishedChan)
|
w.handleError(ctx, "normalizing path", oldPath, err, finishedChan)
|
||||||
return skip
|
return skip
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user