This commit is contained in:
Mathew Kurian 2014-12-23 13:12:10 -06:00
parent 496f4c5993
commit d014f78881

View file

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