🎨 Improve kernel boot checking on the desktop https://github.com/siyuan-note/siyuan/issues/8929

This commit is contained in:
Daniel 2023-08-08 21:51:23 +08:00
parent b54c05cf88
commit db5efdde41
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -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) {