🐛 macOS 端报错 数据库被锁定
Fix https://github.com/siyuan-note/siyuan/issues/6492
This commit is contained in:
parent
133d49036f
commit
fb01b220ed
1 changed files with 0 additions and 7 deletions
|
@ -118,13 +118,6 @@ func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
logging.LogInfof("rhy result [%+v]", result)
|
||||
|
||||
if nil == result["checksums"] {
|
||||
logging.LogWarnf("get update pkg checksums failed")
|
||||
return
|
||||
}
|
||||
|
||||
ver := result["ver"].(string)
|
||||
if isVersionUpToDate(ver) {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue