mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 12:16:04 +00:00
Update router.js
This commit is contained in:
parent
477848b77f
commit
495944a3b6
|
@ -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);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user