From 9d2c3f65822a65eac0e8bc25d84f8d4750e87b38 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:33:10 -0600 Subject: [PATCH] Update error-handling.mdx --- src/content/docs/v4/reference/error-handling.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/v4/reference/error-handling.mdx b/src/content/docs/v4/reference/error-handling.mdx index 9ea35e36f..bcb2e35df 100644 --- a/src/content/docs/v4/reference/error-handling.mdx +++ b/src/content/docs/v4/reference/error-handling.mdx @@ -7,6 +7,7 @@ sidebar: Error handling is important in any application, especially one which has a long lifetime of running. + ## Handling errors in command and event modules To capture errors, enable the 'error' event in sern's global event manager.