mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #902 from omnivore-app/remove-userDataDir
Remove userDataDir
This commit is contained in:
commit
06bd8ef07d
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ const getBrowserPromise = (async () => {
|
|||
executablePath: process.env.CHROMIUM_PATH ,
|
||||
headless: true,
|
||||
timeout: 0,
|
||||
userDataDir: '/tmp/puppeteer',
|
||||
});
|
||||
})();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue