remove single-process arg

This commit is contained in:
Hongbo Wu
2022-07-15 14:04:41 +08:00
parent 4929bae81b
commit 9191f5710c

View File

@ -105,7 +105,6 @@ const getBrowserPromise = (async () => {
'--no-zygote',
'--use-gl=swiftshader',
'--window-size=1920,1080',
process.env.LAUNCH_HEADLESS ? '--single-process' : '--start-maximized',
].filter((item) => !!item),
defaultViewport: { height: 1080, width: 1920 },
executablePath: process.env.CHROMIUM_PATH ,