From f6a39744a9cdf50135c8a4ff07f4c34fd56db43c Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 17 Sep 2022 00:14:42 +0800 Subject: [PATCH] :lipstick: --- app/src/dialog/processSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }