From 65d801b248fcc25d13bbfe42692d34df345ab1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=E1=BA=BF=20H=C6=B0ng?= Date: Sat, 12 Apr 2025 21:46:49 +0700 Subject: [PATCH] chore: remove one sigint message --- src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 5298570..2ada8b4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -65,10 +65,6 @@ if (config.proxy.mode === "reflect4") { logger.info("All proxies spawned successfully."); } -process.on("SIGINT", () => { - logger.info("Received SIGINT. Closing browser..."); -}); - process.on("SIGINT", async () => { logger.info("Received SIGINT. Closing browser..."); for (const context of browser.contexts()) {