Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 21, 2024
1 parent 63701ac commit ce1db62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function makePromiseInfo() {
async function test(port) {
const browser = await puppeteer.launch({
args: [
'--no-sandbox',
'--no-sandbox',
'--disable-setuid-sandbox',
],
});
Expand Down

0 comments on commit ce1db62

Please sign in to comment.