Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-08-22 10:44:01 +08:00
commit d32d5ac06a

View file

@ -301,6 +301,7 @@ func ListCloudSyncDir() (syncDirs []*Sync, hSize string, err error) {
dirs, size, err = dejavu.GetCloudRepos(cloudInfo)
if nil != err {
err = errors.New(formatErrorMsg(err))
return
}
if 1 > len(dirs) {