chromium --single-process 已不受支持
Signed-off-by: 时雨◎星空 <time.rain.star.sky@gmail.com>
This commit is contained in:
parent
e9513c2fb8
commit
b1b13e8bcf
|
@ -27,8 +27,7 @@ class Puppeteer {
|
||||||
'--disable-gpu',
|
'--disable-gpu',
|
||||||
'--disable-setuid-sandbox',
|
'--disable-setuid-sandbox',
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
'--no-zygote',
|
'--no-zygote'
|
||||||
'--single-process'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue