mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 11:30:42 +08:00
🎨 云端同步发生冲突时生成副本 https://github.com/siyuan-note/siyuan/issues/5687
This commit is contained in:
parent
581c1b4942
commit
6fa5f21dbb
@ -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…
Reference in New Issue
Block a user