Merge pull request 'disable unhandled error logging for now' (#8) from dev into master

Reviewed-on: #8
This commit is contained in:
HorizonCode 2024-01-29 07:57:48 +00:00
commit 6bca0b32a9
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@ const { app, BrowserWindow, Menu, ipcMain, dialog, shell } = require(
"electron",
);
const unhandled = require("electron-unhandled");
/* const unhandled = require("electron-unhandled");
unhandled({
logger: console.error,
showDialog: true,
reportButton: () => {
shell.openExternal("https://ez-pp.farm/discord");
},
});
}); */
const path = require("path");
const serve = require("electron-serve");