Skip to content

Commit

Permalink
fix js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 31, 2023
1 parent 4ff5752 commit 11ea67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screenshotter/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const waitSelectors = JSON.parse(args.waitselectors);

(async () => {
const browser = await puppeteer.launch({
headless: "new",
headless: 'new',
args: [
'--no-sandbox',
'--no-zygote',
Expand Down

0 comments on commit 11ea67c

Please sign in to comment.