We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63701ac commit ce1db62Copy full SHA for ce1db62
test/puppeteer.js
@@ -26,7 +26,7 @@ function makePromiseInfo() {
26
async function test(port) {
27
const browser = await puppeteer.launch({
28
args: [
29
- '--no-sandbox',
+ '--no-sandbox',
30
'--disable-setuid-sandbox',
31
],
32
});
0 commit comments