Skip to content

Commit

Permalink
Quess what? Yep, I forgot to set headless to true. Maybe I should put…
Browse files Browse the repository at this point in the history
… it into config so that I don't again accidentally commit index.js with headles set to false. Oh well, not right now, sometime later, maybe.
  • Loading branch information
typekcz committed Oct 23, 2020
1 parent f139987 commit 8542966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Main {

try {
const browser = await puppeteer.launch({
headless: false,
headless: true,
args: [
"--disable-client-side-phishing-detection",
"--disable-sync",
Expand Down

0 comments on commit 8542966

Please sign in to comment.