mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 logging
This commit is contained in:
parent
d8edf62a8e
commit
b2334c49af
1 changed files with 3 additions and 3 deletions
|
|
@ -155,9 +155,9 @@ func SyncData(boot, exit, byHand bool) {
|
||||||
indexRepoBeforeCloudSync()
|
indexRepoBeforeCloudSync()
|
||||||
|
|
||||||
// 同步数据仓库 https://github.com/siyuan-note/siyuan/issues/5142
|
// 同步数据仓库 https://github.com/siyuan-note/siyuan/issues/5142
|
||||||
if syncRepoErr := syncRepo(); nil != syncRepoErr {
|
//if syncRepoErr := syncRepo(); nil != syncRepoErr {
|
||||||
util.LogErrorf("sync repo failed: %s", syncRepoErr)
|
// util.LogErrorf("sync repo failed: %s", syncRepoErr)
|
||||||
}
|
//}
|
||||||
|
|
||||||
// 获取工作空间数据配置(数据版本)
|
// 获取工作空间数据配置(数据版本)
|
||||||
dataConf, err := getWorkspaceDataConf()
|
dataConf, err := getWorkspaceDataConf()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue