Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 911a107 commit 40b58b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const EXAMPLE_OPTS = {

const addVerbose = function({ opts: { verbose, ...opts }, opts: { stdio } }) {
if (!verbose) {
return opts
return { echo: false, ...opts }
}

// `execa` does not allow mixing `stdio` and `stdout|stderr` options
Expand Down

0 comments on commit 40b58b3

Please sign in to comment.