1
0

Remove uncaughtException handling and defaultMaxListeners in main.js and renderer.js

This commit is contained in:
2025-06-04 14:48:29 +02:00
parent 3a2cdeccde
commit db115e6fb3
2 changed files with 1 additions and 6 deletions

View File

@@ -56,8 +56,7 @@ console.log("Startup-Folders:", store.get('folders'));
let tray = null;
process.on('uncaughtException', console.error);
require('events').defaultMaxListeners = 50;
function createTray(win) {
const iconPath = path.join(__dirname, 'assets/icon/trayicon.png');