mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove redundant assignment
This commit is contained in:
parent
484676750e
commit
cd315fa6c6
1 changed files with 1 additions and 3 deletions
|
|
@ -143,11 +143,9 @@ const launchBrowser = async () => {
|
|||
console.log('browser child process killed')
|
||||
}
|
||||
|
||||
browser = await launchBrowser()
|
||||
await launchBrowser()
|
||||
console.log('browser reconnected')
|
||||
})
|
||||
|
||||
return browser
|
||||
}
|
||||
|
||||
// initialize Puppeteer
|
||||
|
|
|
|||
Loading…
Reference in a new issue