New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es.merge. node 5.1.0. Does not work. #91

Closed
YuraRudkovskiy opened this Issue Nov 25, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@YuraRudkovskiy

YuraRudkovskiy commented Nov 25, 2015

Use example at https://www.npmjs.com/package/event-stream

es.merge(
  process.stdout,
  process.stderr
).pipe(fs.createWriteStream('output.log'));

I have error:

events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: read ENOTCONN
    at exports._errnoException (util.js:856:11)
    at WriteStream.Socket._read (net.js:394:21)
    at WriteStream.Readable.read (_stream_readable.js:328:10)
    at WriteStream.Socket.read (net.js:283:43)
    at resume_ (_stream_readable.js:718:12)
    at doNTCallback2 (node.js:452:9)
    at process._tickCallback (node.js:366:17)
    at Function.Module.runMain (module.js:459:11)
    at startup (node.js:138:18)
    at node.js:974:3

Could you offer how to fix it?

@right9ctrl

This comment has been minimized.

Collaborator

right9ctrl commented Sep 6, 2018

seems not related to this module

@right9ctrl right9ctrl closed this Sep 6, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment