mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 UI log
This commit is contained in:
parent
3535748c77
commit
4af1e013cd
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ const initKernel = (workspace, lang) => {
|
||||||
writeLog('booted kernel process [pid=' + kernelProcessPid + ']')
|
writeLog('booted kernel process [pid=' + kernelProcessPid + ']')
|
||||||
|
|
||||||
kernelProcess.on('close', (code) => {
|
kernelProcess.on('close', (code) => {
|
||||||
writeLog(`kernel exited with code [${code}]`)
|
writeLog(`kernel [pid=${kernelProcessPid}, port=${availablePort}] 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