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 ce38ab1 commit d3dd5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const execCommand = async function(input, opts) {
// By passing `error`, we make sure `execa` `error` properties are kept.
// All error properties are summarized in the error message, i.e. we don't
// need to print them.
// There are ways `execa()` can throw:
// There are two ways `execa()` can throw:
// - invalid parameters, where core Node.js will throw a plain error.
// - anything else (exit code !== 0, process killed, timeout, runtime
// error, stream error) will throw an execa-specific richer error.
Expand Down

0 comments on commit d3dd5d8

Please sign in to comment.