This commit is contained in:
@@ -67,7 +67,7 @@ async function handleError(page, err) {
|
||||
let browser, page;
|
||||
try {
|
||||
browser = await puppeteer.launch({
|
||||
headless: false,
|
||||
headless: 'new',
|
||||
userDataDir: VOLUME_PATH,
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox']
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user