Skip to content

Commit ce1db62

Browse files
committed
lint
1 parent 63701ac commit ce1db62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/puppeteer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function makePromiseInfo() {
2626
async function test(port) {
2727
const browser = await puppeteer.launch({
2828
args: [
29-
'--no-sandbox',
29+
'--no-sandbox',
3030
'--disable-setuid-sandbox',
3131
],
3232
});

0 commit comments

Comments
 (0)