Returns a function that will receive errors (or anything else that was thrown) and prints it to a NodeJS.WriteStream.
throw
The stream to print errors to.
A function that will print errors to the stream.
Returns a function that will receive errors (or anything else that was
throw
n) and prints it to a NodeJS.WriteStream.