mirror of
https://github.com/nxshock/backuper.git
synced 2024-11-27 00:11:01 +05:00
Fix skipping file access error
This commit is contained in:
parent
3a37c29de4
commit
d334256d0b
@ -46,6 +46,8 @@ func (b *Config) fileList(fileNames chan FileInfo) {
|
||||
if b.StopOnAnyError {
|
||||
return fmt.Errorf("get file info error: %v", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
file := FileInfo{
|
||||
|
Loading…
Reference in New Issue
Block a user