diff --git a/app/src/dialog/processSystem.ts b/app/src/dialog/processSystem.ts index dec3b49ec..cc788d8d5 100644 --- a/app/src/dialog/processSystem.ts +++ b/app/src/dialog/processSystem.ts @@ -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"); }