chore: remove one sigint message

This commit is contained in:
2025-04-12 21:46:49 +07:00
parent be8a9650a1
commit 65d801b248

View File

@ -65,10 +65,6 @@ if (config.proxy.mode === "reflect4") {
logger.info("All proxies spawned successfully."); logger.info("All proxies spawned successfully.");
} }
process.on("SIGINT", () => {
logger.info("Received SIGINT. Closing browser...");
});
process.on("SIGINT", async () => { process.on("SIGINT", async () => {
logger.info("Received SIGINT. Closing browser..."); logger.info("Received SIGINT. Closing browser...");
for (const context of browser.contexts()) { for (const context of browser.contexts()) {