Merge pull request #902 from omnivore-app/remove-userDataDir

Remove userDataDir
This commit is contained in:
Hongbo Wu 2022-06-30 13:34:52 +08:00 committed by GitHub
commit 06bd8ef07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,6 @@ const getBrowserPromise = (async () => {
executablePath: process.env.CHROMIUM_PATH ,
headless: true,
timeout: 0,
userDataDir: '/tmp/puppeteer',
});
})();