Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
OfrinAtZenity committed Sep 9, 2024
1 parent f89bad8 commit 0b33245
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const puppeteer = require('puppeteer'); // v22.0.0 or later

const fs = require('fs').promises;
const path = require('path'); // Import the path module
const chalk = require('chalk'); // for colors in terminal texts
Expand All @@ -21,7 +20,6 @@ function delay(time) {
const orange = chalk.hex('#FFA500'); // Define a custom orange color
const browser = await puppeteer.launch({ headless: true, args: ['--start-fullscreen', '--incognito']});
const [page] = await browser.pages();

const timeout = 30000;
page.setDefaultTimeout(timeout);

Expand Down

0 comments on commit 0b33245

Please sign in to comment.