-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix(@inquirer/core): Destroy output stream on exit. #1499
Fix(@inquirer/core): Destroy output stream on exit. #1499
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1499 +/- ##
=======================================
Coverage ? 97.59%
=======================================
Files ? 37
Lines ? 2243
Branches ? 573
=======================================
Hits ? 2189
Misses ? 48
Partials ? 6 ☔ View full report in Codecov by Sentry. |
Thanks! Do you have an example code where this triggers? I'd like to reproduce myself, and try to add a unit test to ensure it doesn't regress. |
Output:
|
I could reproduce in both test and demos, but for me Thanks for the help! |
This PR fixes the memory leak warning below