mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 改进桌面端拉起内核 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) => {
|
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…
Add table
Add a link
Reference in a new issue