mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d69baac71d
3 changed files with 9 additions and 3 deletions
|
|
@ -544,6 +544,7 @@ const initKernel = (initData) => {
|
|||
const initDatas = initData.split('-')
|
||||
cmds.push('--workspace', initDatas[0])
|
||||
cmds.push('--lang', initDatas[1])
|
||||
cmds.push("--resident", "false")
|
||||
cmd = `ui version [${appVer}], booting kernel [${kernelPath} --wd=${appDir} --workspace=${initDatas[0]} --lang=${initDatas[1]}]`
|
||||
}
|
||||
writeLog(cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue