From cd1a40e6c78eaecdb9488d5c213059c42fb0ab1a Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 23 Oct 2025 02:55:18 +0200 Subject: [PATCH] oh god no --- src/main/firstLaunch.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/firstLaunch.ts b/src/main/firstLaunch.ts index a84d689..490e3d4 100644 --- a/src/main/firstLaunch.ts +++ b/src/main/firstLaunch.ts @@ -65,10 +65,9 @@ export function createFirstLaunchTour() { } catch (e) { if (e instanceof Error && "code" in e && e.code === "ENOENT") { console.log("No Vencord settings found to import."); - return; + } else { + console.error("Failed to import Vencord settings:", e); } - - console.error("Failed to import Vencord settings:", e); } }