oh god no

This commit is contained in:
Vendicated
2025-10-23 02:55:18 +02:00
parent 3aa0bb806e
commit cd1a40e6c7

View File

@@ -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);
}
}