mirror of https://github.com/lukechilds/node.git
Browse Source
When removing a `once` listener, the listener being passed to the `removeListener` callback is the wrapper. This unwraps the listener so that `removeListener` is passed the actual listener. PR-URL: https://github.com/nodejs/node/pull/6394 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>process-exit-stdio-flushing
DavidCai
9 years ago
committed by
James M Snell
2 changed files with 15 additions and 3 deletions
Loading…
Reference in new issue