From ac8da49df4673b1765a6ef7baf1801cf3a55804d Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Wed, 10 Jan 2024 13:58:17 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20Break=20at=20error=20on=20boot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/instances/Flow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/instances/Flow.ts b/src/instances/Flow.ts index 956123e..8b13f86 100644 --- a/src/instances/Flow.ts +++ b/src/instances/Flow.ts @@ -68,6 +68,7 @@ class Flow { console.error(e) await window.preloader.setError('apps') window.preloader.setStatus(`unable to import ${appPath}\n${(e as Error).name}: ${(e as Error).message}`) + break } } }