diff --git a/src/content/docs/v4/reference/error-handling.mdx b/src/content/docs/v4/reference/error-handling.mdx index bcb2e35df..9b68e2431 100644 --- a/src/content/docs/v4/reference/error-handling.mdx +++ b/src/content/docs/v4/reference/error-handling.mdx @@ -50,6 +50,11 @@ export default eventModule({ If the error handler is not set, sern's behavior is to crash the application. This respects [node.js's default behavior](https://nodejs.org/api/events.html#error-events) +:::tip + +enable `handleModuleErrors` to handle errors that occur within modules. + +::: :::caution