Skip to content

Commit

Permalink
Update documentation/8-errors.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
katsanva and sindresorhus authored Jan 30, 2024
1 parent 6578727 commit 21ed04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/8-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Read the article [here](async-stack-traces.md).

> [!NOTE]
> - The error codes may differ when the root error has a `code` property set.
> - Root error will be propagated as is via [`cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) property.
> - The root error will be propagated as is via the [`cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) property.
### `RequestError`

Expand Down

0 comments on commit 21ed04c

Please sign in to comment.