tlrobinson / long-stack-traces

Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

events.removeListener and events.once will not work

barshow opened this issue · comments

It looks like long-stack-traces wraps events.addListener in some sort of tracing function. This makes the listener undiscoverable but events.removeListener as its callback is a different function. This also make events.once just a standard listener.

+1 I'm seeing this issue too