Skip to content

Commit

Permalink
default { bubbleErrors: true }. closes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Dec 7, 2018
1 parent 47cf11e commit bbed764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -10,7 +10,7 @@ const { PassThrough, Readable } = require('stream')
*/

const defaultOpts = {
bubbleErrors: false,
bubbleErrors: true,
objectMode: true
}

Expand Down

0 comments on commit bbed764

Please sign in to comment.