mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 14:25:00 +00:00
Fix msg
This commit is contained in:
parent
f8a4b4b1ec
commit
0d819ff30f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
if (console.info === undefined) {
|
||||
throw new Error("No 'log' logger attach to console");
|
||||
throw new Error("No 'info' logger attach to console");
|
||||
}
|
||||
|
||||
return function (req, res, next) {
|
||||
|
|
Loading…
Add table
Reference in a new issue