🎨 云端同步发生冲突时生成副本 https://github.com/siyuan-note/siyuan/issues/5687
This commit is contained in:
parent
581c1b4942
commit
6fa5f21dbb
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ func syncRepo(boot, exit, byHand bool) (err error) {
|
|||
absPath := filepath.Join(util.TempDir, "repo", "sync", "conflicts", file.Path)
|
||||
tree, loadTreeErr := loadTree(absPath, luteEngine)
|
||||
if nil != loadTreeErr {
|
||||
logging.LogErrorf("loadd conflicted file [%s] failed: %s", absPath, loadTreeErr)
|
||||
logging.LogErrorf("load conflicted file [%s] failed: %s", absPath, loadTreeErr)
|
||||
continue
|
||||
}
|
||||
tree.Box = boxID
|
||||
|
|
Loading…
Add table
Reference in a new issue