mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
b3a2db861a
commit
9e08d3def9
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ func ListCloudSyncDir() (syncDirs []*Sync, hSize string, err error) {
|
||||||
|
|
||||||
dirs, size, err = dejavu.GetCloudRepos(cloudInfo)
|
dirs, size, err = dejavu.GetCloudRepos(cloudInfo)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
|
err = errors.New(formatErrorMsg(err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if 1 > len(dirs) {
|
if 1 > len(dirs) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue