This commit is contained in:
Liang Ding 2022-08-22 10:22:05 +08:00
parent b3a2db861a
commit 9e08d3def9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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) {