Skip to content

Commit

Permalink
fixed headless
Browse files Browse the repository at this point in the history
  • Loading branch information
warstrolo committed Apr 27, 2022
1 parent 2f5420b commit a95d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config: config_type = JSON.parse(readFileSync(config_location).toString())
});
})

const browser = await puppeteer.launch({ headless: false, args: config.args });
const browser = await puppeteer.launch({ headless: true, args: config.args });
const borwserPID = browser.process();
let queue = new Stack()

Expand Down

0 comments on commit a95d038

Please sign in to comment.