Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 10, 2019
1 parent 684730d commit 24d5958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export const execCommand = async function(input, opts) {
}

// Build a Gulp error
// TODO: when error is due to wrong input (not normal Execa error)
// Maybe using options.reject false?
const getError = function({ error }) {
// 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
Expand Down

0 comments on commit 24d5958

Please sign in to comment.