Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 13, 2019
1 parent 9a58e75 commit 8165e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const stream = function(mapFunc, opts) {
const defaultOpts = {
// Prevents by default because it would be done on each iteration.
// Also without `stdout|stderr: pipe`, `vinyl.execa` does not get
// `stdout|stderr` properties.
// `stdout|stderr|all` properties.
verbose: false,
// We use `through2-concurrent` because `through2` processes files serially
// The default is 16 which is too low
Expand Down

0 comments on commit 8165e53

Please sign in to comment.