fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-16 00:01:05 +01:00
parent dd6f24551d
commit d5b3e48f8d

View File

@ -20,7 +20,7 @@ export const getEnvAwareBrowserInstance = async (
chromeArgs = chromeArgs.concat([
'--no-sandbox',
'--disable-setuid-sandbox',
'--disable-dev-shm-usage'
// '--disable-dev-shm-usage'
]);
}