Skip to content

Commit

Permalink
Specify rejections not reported by default in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicKramer committed Jun 14, 2017
1 parent d4847ba commit 3393bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/error-reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ errors.report(new Error('Something broke!'));

## Unhandled Rejections

Unhandled Rejections are reported by default. The reporting of unhandled rejections can be disabled using the `reportUnhandledRejections` configuration option. See the [Configuration](#configuration) section for more details.
Unhandled Rejections are not reported by default. The reporting of unhandled rejections can be enabled using the `reportUnhandledRejections` configuration option. See the [Configuration](#configuration) section for more details.

If unhandled rejections are set to be reported, then, when an unhandled rejection occurs, a message is printed to standard out indicated that an unhandled rejection had occurred and is being reported, and the value causing the rejection is reported to the error-reporting console.

Expand Down

0 comments on commit 3393bdf

Please sign in to comment.