mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🐛 macOS 端报错 数据库被锁定 Fix https://github.com/siyuan-note/siyuan/issues/6492
This commit is contained in:
@@ -265,6 +265,7 @@ func CheckUpdate(showMsg bool) {
|
||||
if showMsg {
|
||||
util.PushMsg(msg, timeout)
|
||||
go func() {
|
||||
defer logging.Recover()
|
||||
checkDownloadInstallPkg()
|
||||
if "" != getNewVerInstallPkgPath() {
|
||||
util.PushMsg(Conf.Language(62), 0)
|
||||
|
||||
Reference in New Issue
Block a user