Merge pull request #77 from sern-handler/jacoobes-patch-2

Update error-handling.mdx
This commit is contained in:
Jacob Nguyen
2025-01-18 12:51:53 -06:00
committed by GitHub

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