javascript - Node.js EventEmitter inheritance not working -
i cannot seem inherit eventemitter in node.js.
the lines @on used check @emit console.log inside @on block never executed. confused because got inheritance of eventemitter working in project wont work here. src code in gist.
https://gist.github.com/z3t0/8d7a6eca218f35355476
thanks
Comments
Post a Comment