DanTup · GitHub

I saw this in the test output. It only affects tests (DartDebugClient is for tests), but we should fix it.

      ✔ can run tests through test controller using default launch template
      ✔ can run a selection of tests across multiple files
      ✔ allows more-specific default launch template using noDebug flag
(node:37697) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 terminated listeners added to [DartDebugClient]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `exe --trace-warnings ...` to show where the warning was created)
      ✔ does not overwrite unrelated test nodes due to overlapping IDs
(node:37697) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 terminated listeners added to [DartDebugClient]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
      ✔ merges same name items together
      ✔ can hide skipped tests and groups from tree
      - removes stale results when running a full suite

Read the original on github.com ↗