Closed RafaelKa closed 6 years ago
process.stderr.write() or console.error() ?
or better yet this.emit('error', err));
so users can handle the error downstream and we don't clutter the console...
https://nodejs.org/api/stream.html#stream_errors_while_reading
we need to log some fails in byte stream e.g.: