mirror of https://github.com/lukechilds/node.git
Browse Source
process is an EventEmitter. There are operations that increment and decrement the _eventsCount property of an EventEmitter. process._eventsCount would previously get set to NaN. This change makes process._eventsCount be calculated as expected. PR-URL: https://github.com/nodejs/node/pull/5208 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v5.x
Evan Lucas
9 years ago
committed by
Rod Vagg
2 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue