remove redundant assignment

This commit is contained in:
Hongbo Wu
2024-05-14 13:07:42 +08:00
parent 484676750e
commit cd315fa6c6

View File

@ -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