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 b326695 commit dcf1488
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 @@ -51,7 +51,7 @@ const forcedOpts = {
// Forces piping stdout|stderr because:
// - `inherit` would be too verbose if done on each iteration.
// - `save` mode would not get `stdout|stderr|all` properties.
// - `overwrite|stream` mode would not work.
// - `replace` mode would not work.
stdout: 'pipe',
stderr: 'pipe',
// `stdio` cannot be combined with `stdout|stderr` (`forcedOpts`) with execa
Expand Down

0 comments on commit dcf1488

Please sign in to comment.