consistent

This commit is contained in:
Bel LaPointe
2021-07-17 19:19:49 -06:00
parent 036c327db4
commit 36a458406f
2 changed files with 58 additions and 45 deletions

View File

@@ -123,6 +123,8 @@ func (rc *RClone) List(ns []string, limits ...string) ([]string, error) {
}
entries, err := f.List("")
if err != nil {
return nil, nil
// errs on does not exit
return nil, err
}
names := make([]string, 0)