🎨 改进桌面端拉起内核 Fix https://github.com/siyuan-note/siyuan/issues/6996
This commit is contained in:
parent
88e6e1e84e
commit
1c7abc115d
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ const initKernel = (workspace, lang) => {
|
|||
|
||||
kernelProcess.on('close', (code) => {
|
||||
writeLog(
|
||||
`kernel [pid=${kernelProcessPid}, port=${kernelPort}] exited with code [${code}]`)
|
||||
`kernel [pid=${kernelProcessPid}] exited with code [${code}]`)
|
||||
if (0 !== code) {
|
||||
switch (code) {
|
||||
case 20:
|
||||
|
|
Loading…
Add table
Reference in a new issue