forked from mirrors/Scribe.js
Tag fix
This commit is contained in:
parent
496f4c5993
commit
d014f78881
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// print
|
// print
|
||||||
if (typeof tag === 'undefined') {
|
if (tag) {
|
||||||
console.log(msg);
|
console.log(msg);
|
||||||
} else {
|
} else {
|
||||||
console.tag(tag).log(msg);
|
console.tag(tag).log(msg);
|
||||||
|
|
Loading…
Add table
Reference in a new issue