mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 15:11:10 +08:00
🎨 改进桌面端拉起内核 Fix https://github.com/siyuan-note/siyuan/issues/6996
This commit is contained in:
parent
88e6e1e84e
commit
1c7abc115d
@ -438,7 +438,7 @@ const initKernel = (workspace, lang) => {
|
|||||||
|
|
||||||
kernelProcess.on('close', (code) => {
|
kernelProcess.on('close', (code) => {
|
||||||
writeLog(
|
writeLog(
|
||||||
`kernel [pid=${kernelProcessPid}, port=${kernelPort}] exited with code [${code}]`)
|
`kernel [pid=${kernelProcessPid}] exited with code [${code}]`)
|
||||||
if (0 !== code) {
|
if (0 !== code) {
|
||||||
switch (code) {
|
switch (code) {
|
||||||
case 20:
|
case 20:
|
||||||
|
Loading…
Reference in New Issue
Block a user