This commit is contained in:
David Baker
2025-06-04 16:23:59 +01:00
parent 2e039f4bab
commit 86f6136257
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ app.on("ready", async () => {
try { try {
console.debug("Ensuring storage is ready"); console.debug("Ensuring storage is ready");
if (!await store.prepareSafeStorage(global.mainWindow.webContents.session)) return; if (!(await store.prepareSafeStorage(global.mainWindow.webContents.session))) return;
} catch (e) { } catch (e) {
console.error(e); console.error(e);
app.exit(1); app.exit(1);