🐛 macOS 端报错 数据库被锁定
Fix https://github.com/siyuan-note/siyuan/issues/6492
This commit is contained in:
parent
fb01b220ed
commit
8d4535773c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue