diff --git a/app/src/dialog/processSystem.ts b/app/src/dialog/processSystem.ts index cc788d8d5..ce9f0a272 100644 --- a/app/src/dialog/processSystem.ts +++ b/app/src/dialog/processSystem.ts @@ -57,7 +57,7 @@ export const kernelError = () => { iosReStart = `
`; } const html = `
-
+
💔 ${window.siyuan.languages.kernelFault0} v${Constants.SIYUAN_VERSION}

${window.siyuan.languages.kernelFault1}

@@ -69,7 +69,7 @@ export const kernelError = () => { if (logElement) { logElement.innerHTML = html; } else { - document.body.insertAdjacentHTML("beforeend", `
${html}
`); + document.body.insertAdjacentHTML("beforeend", `
${html}
`); logElement = document.getElementById("errorLog"); }