Skip to content

Instantly share code, notes, and snippets.

@chrisdickinson
Created December 21, 2012 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdickinson/56c76ec4e1d4367f5436 to your computer and use it in GitHub Desktop.
Save chrisdickinson/56c76ec4e1d4367f5436 to your computer and use it in GitHub Desktop.
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at process.EventEmitter.addListener (events.js:168:15)
at process.startup.processSignalHandlers.process.on.process.addListener (node.js:477:29)
at test (/Users/chris/projects/personal/plate/node_modules/tape/index.js:28:21)
at make_format_equiv (/Users/chris/projects/personal/plate/tests/utils.js:21:10)
at Object.<anonymous> (/Users/chris/projects/personal/plate/tests/utils.js:67:1)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment