Edi
Member since Sep 16, 2016
- Profile: /members/13304-edi.htm
- Comments: 1
Recent Blog Comments By Edi
-
You Have To Explicitly End Streams After Pipes Break In Node.js
Posted on Sep 16, 2016 at 11:34 AM
Hi Ben, Quite some time since, but how about all those examples that use `process.exit(1)` in the onError handler. Does it do the same thing as `this.end()` ? I'm having a case where I pipe browserify output into uglifyjs (on cmd) and the command exits with 0 even if there is an error in the brow... read more »