🎨 UI log

This commit is contained in:
Liang Ding 2023-01-05 10:10:19 +08:00
parent 3535748c77
commit 4af1e013cd
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -443,7 +443,7 @@ const initKernel = (workspace, lang) => {
writeLog('booted kernel process [pid=' + kernelProcessPid + ']')
kernelProcess.on('close', (code) => {
writeLog(`kernel exited with code [${code}]`)
writeLog(`kernel [pid=${kernelProcessPid}, port=${availablePort}] exited with code [${code}]`)
if (0 !== code) {
switch (code) {
case 20: