mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 22:34:58 +00:00
Tag fix
This commit is contained in:
parent
d014f78881
commit
9a9355ccd6
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@
|
|||
|
||||
// print
|
||||
if (tag) {
|
||||
console.log(msg);
|
||||
} else {
|
||||
console.tag(tag).log(msg);
|
||||
} else {
|
||||
console.log(msg);
|
||||
}
|
||||
|
||||
res.status(200).send("Server logged message");
|
||||
|
|
Loading…
Add table
Reference in a new issue