Skip to content

Instantly share code, notes, and snippets.

@timoxley
Created May 6, 2013 21:58
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 timoxley/5528564 to your computer and use it in GitHub Desktop.
Save timoxley/5528564 to your computer and use it in GitHub Desktop.
testling err output
browserify example/test.js | testling
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:975:11)
at Process.ChildProcess._handle.onexit (child_process.js:766:34)
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: write EPIPE
at errnoException (net.js:883:11)
at Object.afterWrite (net.js:700:19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment