diff --git a/herokuapp/app.js b/herokuapp/app.js index 61a3b09..f2bd654 100644 --- a/herokuapp/app.js +++ b/herokuapp/app.js @@ -58,7 +58,7 @@ } // print - if (typeof tag === 'undefined') { + if (tag) { console.log(msg); } else { console.tag(tag).log(msg);