Spaces:
Build error
Build error
cleanup
Browse files
src/services/puppeteer.ts
CHANGED
|
@@ -561,7 +561,7 @@ export class PuppeteerControl extends AsyncService {
|
|
| 561 |
}
|
| 562 |
this.browser = await puppeteer.launch({
|
| 563 |
timeout: 10_000,
|
| 564 |
-
headless:
|
| 565 |
executablePath: process.env.OVERRIDE_CHROME_EXECUTABLE_PATH,
|
| 566 |
args: ['--disable-dev-shm-usage']
|
| 567 |
}).catch((err: any) => {
|
|
|
|
| 561 |
}
|
| 562 |
this.browser = await puppeteer.launch({
|
| 563 |
timeout: 10_000,
|
| 564 |
+
headless: true,
|
| 565 |
executablePath: process.env.OVERRIDE_CHROME_EXECUTABLE_PATH,
|
| 566 |
args: ['--disable-dev-shm-usage']
|
| 567 |
}).catch((err: any) => {
|