Update error-handling.mdx

This commit is contained in:
Jacob Nguyen
2025-01-15 19:41:40 -06:00
committed by GitHub
parent 5055daac9b
commit 8e9d895d1a

View File

@@ -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 `autoHandleErrors` to handle errors that occur within modules.
:::
:::caution