Skip to content

Commit

Permalink
fix(tasks): set briefError option for exec task as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Mar 31, 2021
1 parent e69d6f1 commit 07e3b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/process/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface ExecOptions extends execa.Options {
/**
* Produces a brief error message with only the exit code.
*/
briefError: boolean;
briefError?: boolean;
}

/**
Expand Down

0 comments on commit 07e3b6f

Please sign in to comment.