🐛 macOS 端报错 数据库被锁定 Fix https://github.com/siyuan-note/siyuan/issues/6492

This commit is contained in:
Liang Ding 2022-11-06 23:16:00 +08:00
parent fb01b220ed
commit 8d4535773c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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)