We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The command, $ echo '{"hello": "world"}' | underscore print | echo outputs
$ echo '{"hello": "world"}' | underscore print | echo
throw er; // Unhandled 'error' event ^ Error: write EPIPE at WriteWrap.afterWrite [as oncomplete] (net.js:788:14) Emitted 'error' event at: at onwriteError (_stream_writable.js:431:12) at onwrite (_stream_writable.js:456:5) at _destroy (internal/streams/destroy.js:40:7) at Socket.dummyDestroy [as _destroy] (internal/process/stdio.js:11:34) at Socket.destroy (internal/streams/destroy.js:32:8) at WriteWrap.afterWrite [as oncomplete] (net.js:790:10)```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command,
$ echo '{"hello": "world"}' | underscore print | echo
outputs
The text was updated successfully, but these errors were encountered: