chromium --single-process 已不受支持

Signed-off-by: 时雨◎星空 <time.rain.star.sky@gmail.com>
This commit is contained in:
时雨◎星空 2023-03-21 17:19:49 +00:00 committed by Gitee
parent e9513c2fb8
commit b1b13e8bcf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ class Puppeteer {
'--disable-gpu',
'--disable-setuid-sandbox',
'--no-sandbox',
'--no-zygote',
'--single-process'
'--no-zygote'
]
}