-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaxListenersExceededWarning #723
Comments
piotr-oles
added a commit
that referenced
this issue
Apr 13, 2022
piotr-oles
added a commit
that referenced
this issue
Apr 13, 2022
We were adding the close event listener but removing the exit one. This commit fixes this leak + few others bugs in this file and adds unit tests to prevent regressions. Closes: #723
🎉 This issue has been resolved in version 7.2.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
After multple time rebuild, throw this warning:
After I remove this extension, no this issue.
I can confirm version 6.3.3 no this issue.
Expected behavior
No this warning.
Steps to reproduce the issue
fork-ts-checker-webpack-plugin-issue
branchpnpm install
pnpm start
src/background/index.ts
, modify this file multiple times to triiger rebuild, about 6 timesIssue reproduction repository
Environment
The text was updated successfully, but these errors were encountered: