mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-17 01:21:14 +08: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
@ -518,7 +518,7 @@ const initKernel = (workspace, port, lang) => {
|
|||||||
bootWindow.show();
|
bootWindow.show();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
writeLog("get kernel version failed: " + e.message);
|
writeLog("get kernel version failed: " + e.message);
|
||||||
await sleep(100);
|
await sleep(200);
|
||||||
} finally {
|
} finally {
|
||||||
count++;
|
count++;
|
||||||
if (14 < count) {
|
if (14 < count) {
|
||||||
|
Loading…
Reference in New Issue
Block a user