mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 01:03:20 +08:00
🐛 macOS 端报错 数据库被锁定
Fix https://github.com/siyuan-note/siyuan/issues/6492
This commit is contained in:
parent
949e21ee09
commit
b0fe8b49ba
@ -460,6 +460,8 @@ func corsMiddleware() gin.HandlerFunc {
|
||||
}
|
||||
|
||||
func killRunningKernel() {
|
||||
defer logging.Recover()
|
||||
|
||||
if "dev" == util.Mode {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user