Combining streams recipe doesn't work
Created by: callumlocke
Combining streams to handle errors
The line combined.on('error', function(err) {...});
just throws an error:
TypeError: Object function (){
return pipeline.apply(pipeline, args);
} has no method 'on'