mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 改进某些网络环境下无法启动 Fix https://github.com/siyuan-note/siyuan/issues/6716
This commit is contained in:
parent
692c90f4e4
commit
aa90c692c9
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue