chore: remove one sigint message
This commit is contained in:
@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user