diff --git a/index.js b/index.js index cb54111..545ec24 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,7 @@ const { PassThrough, Readable } = require('stream') */ const defaultOpts = { - bubbleErrors: false, + bubbleErrors: true, objectMode: true }