CLI --watch accomulates error handlers #1692
Labels
Component: CLI
good first issue
Straight-forward to start and receive help with.
help welcome
Type: Bug
Something isn't working right.
Tell us about your runtime:
What actually happened?
What did you expect to happen?
Ultimately, to work correctly and not cause the memory leak warning.
Concretely, we probably either need to keep only one handler for the Node environment and use whichever the last initialised QUnit instance was from the same shared lexical scope (or global), or to properly remove the lister after each run, and re-add it on restart.
The text was updated successfully, but these errors were encountered: