Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
warstrolo committed Apr 27, 2022
2 parents 924e29b + a95d038 commit b42e78c
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 b42e78c

Please sign in to comment.