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

@@ -16,10 +16,6 @@ window.addEventListener('DOMContentLoaded', async () => {
contentList.parentElement.insertBefore(paginationEl, contentList);
process.on('uncaughtException', console.error);
require('events').defaultMaxListeners = 50;
let lastFolderPath = null;
let lastPage = null;