Skip to content

Instantly share code, notes, and snippets.

@ry
Created September 26, 2011 21:59
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 ry/1243529 to your computer and use it in GitHub Desktop.
Save ry/1243529 to your computer and use it in GitHub Desktop.
ryan@mac1234:~/projects/node% node -e "process.stdout.end('hello world\n');"
hello world
^C% [hangs]
ryan@mac1234:~/projects/node% ~/attic/v0.4.10/bin/node -e "process.stdout.end('hello world\n');"hello world
net.js:391
throw new Error('Socket is not writable');
^
Error: Socket is not writable
at WriteStream._writeOut (net.js:391:11)
at WriteStream.write (net.js:377:17)
at Object.<anonymous> (console.js:61:18)
at Function.runEval (node.js:363:13)
at startup (node.js:57:17)
at node.js:448:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment