From 5759f4bd46c0dd15e2c65864a2abf8e67403d7f7 Mon Sep 17 00:00:00 2001 From: byteful Date: Wed, 5 Jun 2024 08:41:11 -0500 Subject: [PATCH] Startup message --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index b9720f4..114730a 100644 --- a/index.js +++ b/index.js @@ -20,6 +20,7 @@ const NOT_FOUND_MSG = "Please try a different query! Nothing was found..." // Puppeteer browser instance setup let browser; +console.log("Starting...") startBrowser() .then(() => loadExtensions()) .then(() => test())