mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🐛 云端数据同步报错导致界面溢出异常 Fix https://github.com/siyuan-note/siyuan/issues/5999
This commit is contained in:
@@ -122,7 +122,7 @@ func SyncData(boot, exit, byHand bool) {
|
||||
if nil == err {
|
||||
synced += Conf.Sync.Stat
|
||||
} else {
|
||||
synced += fmt.Sprintf(Conf.Language(80), err)
|
||||
synced += fmt.Sprintf(Conf.Language(80), formatErrorMsg(err))
|
||||
}
|
||||
msg := fmt.Sprintf(Conf.Language(82), synced)
|
||||
Conf.Sync.Stat = msg
|
||||
|
||||
Reference in New Issue
Block a user