mirror of
https://github.com/nxshock/backuper.git
synced 2025-07-01 00:13:37 +05:00
Fix skipping file access error
This commit is contained in:
parent
3a37c29de4
commit
d334256d0b
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ func (b *Config) fileList(fileNames chan FileInfo) {
|
||||||
if b.StopOnAnyError {
|
if b.StopOnAnyError {
|
||||||
return fmt.Errorf("get file info error: %v", err)
|
return fmt.Errorf("get file info error: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
file := FileInfo{
|
file := FileInfo{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue