nomagick commited on
Commit
adce02d
·
unverified ·
1 Parent(s): ff595c2
Files changed (1) hide show
  1. src/services/puppeteer.ts +1 -1
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: false,
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) => {