From f5b16177f6aafae759dea5286e5c1cbe21bbae9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 17 Sep 2024 21:08:57 +0200 Subject: [PATCH] add final log --- index.mts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.mts b/index.mts index 649f0a2..8964f51 100644 --- a/index.mts +++ b/index.mts @@ -33,6 +33,8 @@ await page.addStyleTag({ content: readFileSync("jitsi-hide.css", "utf-8"), }); +logger.info("All done."); + browser.on("disconnected", () => { logger.info("Browser disconnected, exiting"); process.exit(0);