Skip to content

Commit

Permalink
Merge pull request #49 from juliangruber/default-bubble-errors-true
Browse files Browse the repository at this point in the history
default { bubbleErrors: true }. closes #47
  • Loading branch information
juliangruber committed Dec 7, 2018
2 parents 47cf11e + bbed764 commit 8ac1eca
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 8ac1eca

Please sign in to comment.