mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-06 01:42:13 +08:00
🎨 改进某些网络环境下无法启动 Fix https://github.com/siyuan-note/siyuan/issues/6716
This commit is contained in:
parent
692c90f4e4
commit
aa90c692c9
@ -605,9 +605,8 @@ const initKernel = (initData) => {
|
||||
} finally {
|
||||
count++
|
||||
if (64 < count) {
|
||||
writeLog('get kernel port failed [pid=' + kernelProcessPid + ']')
|
||||
bootWindow.destroy()
|
||||
resolve(false)
|
||||
writeLog('get kernel port failed [pid=' + kernelProcessPid + '], try to use 6806')
|
||||
return kernelPort
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user