mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🎨 优化同步日志
This commit is contained in:
parent
10d61bb257
commit
297e40f628
8 changed files with 22 additions and 20 deletions
|
|
@ -453,7 +453,7 @@ func RefreshFileTree() {
|
|||
WaitForWritingFiles()
|
||||
|
||||
if err := sql.InitDatabase(true); nil != err {
|
||||
util.PushErrMsg(Conf.Language(85), 5000)
|
||||
util.PushErrMsg(fmt.Sprintf(Conf.Language(85), err), 5000)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue