Update router.js

This commit is contained in:
Namhyeon Go 2025-02-11 16:25:13 +09:00 committed by GitHub
parent 477848b77f
commit 495944a3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}
};
}