epipebomb icon indicating copy to clipboard operation
epipebomb copied to clipboard

Ignore EPIPE errors when stdout runs through a truncated pipe (such as `head`) in Node.js

Results 1 epipebomb issues
Sort by recently updated
recently updated
newest added

I got here from https://github.com/nodejs/node-v0.x-archive/issues/3211. Thanks for making this. By default, the following example code from the readme *does not* throw `EPIPE` when piped into `head`, unlike advertised: ```js ;(function...