Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j50n committed Feb 11, 2022
1 parent 24a0414 commit a45d859
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,6 @@ This doesn't come up very often, but occasionally you may not want to treat all
non-zero exit codes as an error. You also may want to throw your own error
rather than the standard `ProcessExitError`.

The default error handling definition is defined in [./runner/error-support.ts].
Refer to this code if you want to create a custom error handler.
The default error handling definition is defined in
[error-support.ts](./runner/error-support.ts). Refer to this code if you want to
create a custom error handler.

0 comments on commit a45d859

Please sign in to comment.