From 495944a3b6a0f7ea068c5a4fcbaf3945ad5b3f38 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 11 Feb 2025 16:25:13 +0900 Subject: [PATCH] Update router.js --- lib/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/router.js b/lib/router.js index 6d72d52..0e05288 100644 --- a/lib/router.js +++ b/lib/router.js @@ -80,7 +80,7 @@ function RouterObject() { try { model.callback(this.render); } catch (e) { - console.error("Error executing callback for route:", model.path, "-", e.message); + console.error("Error executing callback for route:", model.path, e.message); } }; }