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

This commit is contained in:
Liang Ding 2022-11-07 20:58:00 +08:00
parent 949e21ee09
commit b0fe8b49ba
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -460,6 +460,8 @@ func corsMiddleware() gin.HandlerFunc {
}
func killRunningKernel() {
defer logging.Recover()
if "dev" == util.Mode {
return
}