From d014f7888138e50d4e2118d84f3121b5abe48eae Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Tue, 23 Dec 2014 13:12:10 -0600 Subject: [PATCH] Tag fix --- herokuapp/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);