thlorenz / scriptie-talkie

Makes your code tell you what the intermediate results are when executing a script.
http://thlorenz.github.io/scriptie-talkie/
31 stars 0 forks source link

Warning on start #3

Open yuri-karadzhov opened 9 years ago

yuri-karadzhov commented 9 years ago

I have this warning every time I start scriptie-talkie: (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. It's annoying, please increase amount of possible listeners.

thlorenz commented 9 years ago

Good point, mind submitting a PR that does this?

yuri-karadzhov commented 9 years ago

The fix is presented in the warning - just add setMaxListeners(15) to emmiter, you know better where it is in your code.

thlorenz commented 9 years ago

I honestly just don't have the bandwidth right now. This would be an opportunity to get involved and learn how this works and then help fix some issues. I gather that you are very interested in this working right (judging from amount of issues).

So I actually added you as collaborator. So you now have commit access, but please suggest each change/fix in a separate branch so we can discuss. Once we both agree you can merge into master and I'll publish a new version.

Thanks.