From b1b13e8bcf779b30f3c6a824020416dd22ce90cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E9=9B=A8=E2=97=8E=E6=98=9F=E7=A9=BA?= Date: Tue, 21 Mar 2023 17:19:49 +0000 Subject: [PATCH] =?UTF-8?q?chromium=20--single-process=20=E5=B7=B2?= =?UTF-8?q?=E4=B8=8D=E5=8F=97=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 时雨◎星空 --- lib/puppeteer/puppeteer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/puppeteer/puppeteer.js b/lib/puppeteer/puppeteer.js index c52aeac..06b98b8 100644 --- a/lib/puppeteer/puppeteer.js +++ b/lib/puppeteer/puppeteer.js @@ -27,8 +27,7 @@ class Puppeteer { '--disable-gpu', '--disable-setuid-sandbox', '--no-sandbox', - '--no-zygote', - '--single-process' + '--no-zygote' ] }