Last active
August 29, 2015 14:06
-
-
Save fgnass/cc3c9c15d48acbb82dc5 to your computer and use it in GitHub Desktop.
tap/difflet/charm error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. | |
Trace | |
at Stream.EventEmitter.addListener (events.js:179:15) | |
at Stream.pipe (stream.js:99:8) | |
at module.exports .../node_modules/tap/node_modules/difflet/node_modules/charm/index.js:38:15) | |
at difflet .../node_modules/tap/node_modules/difflet/index.js:41:17) | |
at Function.fn.compare .../node_modules/tap/node_modules/difflet/index.js:20:9) | |
at diffObject .../node_modules/tap/lib/tap-assert.js:398:50) | |
at assert .../node_modules/tap/lib/tap-assert.js:55:18) | |
at Function.equivalent .../node_modules/tap/lib/tap-assert.js:182:12) | |
at Test._testAssert .../node_modules/tap/lib/tap-test.js:87:16) | |
at Test.<anonymous> .../test/prep/index.js:19:9) | |
events.js:85 | |
throw er; // Unhandled 'error' event | |
^ | |
Error: write EPIPE | |
at exports._errnoException (util.js:742:11) | |
at Object.afterWrite (net.js:766:14) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
… this happens when I pipe tap output to tap-bail I'm using node 0.11.13 and the following libs:
Any idea where to fix this?