From 62e21958efdbb9bb6a1b827dfca1b0fca2cbbe98 Mon Sep 17 00:00:00 2001 From: Tenclea Date: Fri, 19 Jul 2024 00:36:13 +0200 Subject: [PATCH] Code cleanup --- app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.js b/app.js index 6dafc27..69a83a2 100644 --- a/app.js +++ b/app.js @@ -39,8 +39,6 @@ const oldWorking = loadProxies('./working_proxies.txt'); let proxies = [...new Set(http_proxies.concat(socks_proxies, oldWorking))]; -// process.on('uncaughtException', () => { }); -// process.on('unhandledRejection', (e) => { console.error(e); stats.threads > 0 ? stats.threads-- : 0; }); process.on('SIGINT', () => { process.exit(0); }); process.on('exit', () => { logger.info('Closing YANG... If you liked this project, make sure to leave it a star on github: https://github.com/Tenclea/ReYANG ! <3'); checkForUpdates(); });