Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 1f1462f commit 042593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const getDefaultOpts = function({ opts: { result = 'replace' } = {} }) {
return {
// This is too verbose if done on each iteration
// This is too verbose if done on each iteration, even on CI
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 042593b

Please sign in to comment.