We're a place where coders share, stay up-to-date and grow their careers.
Well, the puppeteer.launch().then(async browser => { etc... is a promise itself, so the reject is there.
puppeteer.launch().then(async browser => {
Just tried the code and it still works.
Well, the
puppeteer.launch().then(async browser => {
etc... is a promise itself, so the reject is there.Just tried the code and it still works.