|
@@ -57,7 +57,7 @@ server.on( 'SIGINT', () => process.exit( 1 ) );
|
|
const pup = puppeteer.launch( {
|
|
const pup = puppeteer.launch( {
|
|
headless: ! process.env.VISIBLE,
|
|
headless: ! process.env.VISIBLE,
|
|
args: [
|
|
args: [
|
|
- '--use-gl=egl',
|
|
|
|
|
|
+ '--use-gl=swiftshader',
|
|
'--no-sandbox',
|
|
'--no-sandbox',
|
|
'--enable-surface-synchronization'
|
|
'--enable-surface-synchronization'
|
|
]
|
|
]
|