Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenclea committed Jul 18, 2024
1 parent a6c7997 commit 62e2195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(); });

Expand Down

0 comments on commit 62e2195

Please sign in to comment.