You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose if we do go with the "quick" approach, then we should promote #16 for the next sprint so we don't run into unintended consequences for larger projects (if indeed the issue is not closing browser)
thescientist13
added
bug
Something isn't working
P0
Critical issue that should get addressed ASAP
and removed
chore
unit testing, maintenance, etc
labels
Aug 8, 2019
Type of Change
Summary
As part of working on #122 this warning started showing
Details
Some initial Googling suggested that it could be related to us not closing
browser
?puppeteer/puppeteer#594
One quick option is to set
process.setMaxListeners(0);
The text was updated successfully, but these errors were encountered: