From f53c91a5d1efc2c15c5a1bff50759a5531baf124 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 09:51:46 -0400 Subject: [PATCH] fix logging 2 --- util/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/log.js b/util/log.js index 84d31ae..fbbd5a6 100644 --- a/util/log.js +++ b/util/log.js @@ -1,7 +1,7 @@ 'use strict'; var noop = function() {}; -var cl = console.log; +var cl = console.log.bind(console); var loggers = { none: {