mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-06 04:41:33 +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 {
|
} finally {
|
||||||
count++
|
count++
|
||||||
if (64 < count) {
|
if (64 < count) {
|
||||||
writeLog('get kernel port failed [pid=' + kernelProcessPid + ']')
|
writeLog('get kernel port failed [pid=' + kernelProcessPid + '], try to use 6806')
|
||||||
bootWindow.destroy()
|
return kernelPort
|
||||||
resolve(false)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user