mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve kernel boot checking on the desktop https://github.com/siyuan-note/siyuan/issues/8929
This commit is contained in:
parent
b54c05cf88
commit
db5efdde41
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ const initKernel = (workspace, port, lang) => {
|
|||
bootWindow.show();
|
||||
} catch (e) {
|
||||
writeLog("get kernel version failed: " + e.message);
|
||||
await sleep(100);
|
||||
await sleep(200);
|
||||
} finally {
|
||||
count++;
|
||||
if (14 < count) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue