mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🐛 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) {
|
func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
|
||||||
|
defer logging.Recover()
|
||||||
result, err := util.GetRhyResult(false)
|
result, err := util.GetRhyResult(false)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue