mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
🎨 Clean code
This commit is contained in:
parent
ad3eaedd71
commit
fbfbe1b0ce
@ -567,9 +567,7 @@ const initKernel = (initData) => {
|
||||
},
|
||||
})
|
||||
|
||||
const kernelName = 'win32' === process.platform
|
||||
? 'SiYuan-Kernel.exe'
|
||||
: 'SiYuan-Kernel'
|
||||
const kernelName = 'win32' === process.platform ? 'SiYuan-Kernel.exe' : 'SiYuan-Kernel'
|
||||
const kernelPath = path.join(appDir, 'kernel', kernelName)
|
||||
if (!fs.existsSync(kernelPath)) {
|
||||
showErrorWindow('⚠️ 内核文件丢失 Kernel is missing',
|
||||
@ -663,7 +661,7 @@ const initKernel = (initData) => {
|
||||
} finally {
|
||||
count++
|
||||
if (64 < count) {
|
||||
writeLog('get kernel port failed [pid=' + kernelProcessPid + '], try to use 6806')
|
||||
writeLog('get kernel port failed [pid=' + kernelProcessPid + ']')
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user