Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 9, 2019
1 parent d033841 commit f1dc569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const execCommand = async function(input, opts) {
const getError = function({ error, error: { message } }) {
// TODO: try passing `error` instead of `error.message`
const errorA = new PluginError('gulp-execa', message, {
// TODO: remove?
// All error properties are summarized in the error message, i.e. we don't
// need to print them.
showProperties: false,
})
// Keep `execa` error properties
Expand Down

0 comments on commit f1dc569

Please sign in to comment.