Skip to content

Commit

Permalink
Startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed Jun 5, 2024
1 parent 2107be8 commit 5759f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 5759f4b

Please sign in to comment.