Skip to content

Commit 81038e2

Browse files
committed
Switched to pipe mode by default for puppeteer
1 parent fa995da commit 81038e2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/schemas/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,10 @@ export const defaultConfig = {
137137
'--no-default-browser-check',
138138
'--no-first-run',
139139
'--no-pings',
140-
'--no-sandbox',
140+
'--pipe',
141+
// '--no-sandbox',
141142
'--no-startup-window',
142-
'--no-zygote',
143+
// '--no-zygote',
143144
'--password-store=basic',
144145
'--process-per-tab',
145146
'--use-mock-keychain'

0 commit comments

Comments
 (0)