🐛 macOS 端报错 数据库被锁定
Fix https://github.com/siyuan-note/siyuan/issues/6492
This commit is contained in:
parent
8d4535773c
commit
9fdda726e1
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ func checkDownloadInstallPkg() {
|
|||
}
|
||||
|
||||
func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
|
||||
defer logging.Recover()
|
||||
result, err := util.GetRhyResult(false)
|
||||
if nil != err {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue