mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 22:24:43 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ba0377f69b
@ -322,6 +322,8 @@ func SyncData(boot, exit, byHand bool) {
|
||||
syncDownloadErrCount++
|
||||
return
|
||||
}
|
||||
|
||||
// 解密验证成功后将其移动到 sync/ 文件夹下
|
||||
if err = os.Rename(tmpPathJSON, filepath.Join(localSyncDirPath, pathJSON)); nil != err {
|
||||
util.PushClearMsg()
|
||||
msg := fmt.Sprintf(Conf.Language(80), formatErrorMsg(err))
|
||||
|
Loading…
Reference in New Issue
Block a user