Skip to content

Commit

Permalink
Fix comment length
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 14, 2019
1 parent a1275ce commit 043a738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const execCommand = async function(input, opts) {
// need to print them.
// There are 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.
// - anything else (exit code !== 0, process killed, timeout, runtime
// error, stream error) will throw an execa-specific richer error.
} catch (error) {
throw new PluginError('gulp-execa', error, { showProperties: false })
}
Expand Down

0 comments on commit 043a738

Please sign in to comment.