From 6e56f916c4f323351a81cd54662b41f210272772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Wouts?= Date: Sat, 30 Sep 2023 01:22:32 +1000 Subject: [PATCH] fix: ensure fullscreen Vite error fixes itself automatically --- core/src/html-error.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/html-error.ts b/core/src/html-error.ts index 3eea9ba66b0..4843c1082e6 100644 --- a/core/src/html-error.ts +++ b/core/src/html-error.ts @@ -3,6 +3,7 @@ import { escape } from "html-escaper"; export function generateHtmlError(message: string) { return ` +