From 6fd34ac517a68feff00d0dc35ac2836e681ffd38 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 15 Jul 2014 16:15:07 -0700 Subject: [PATCH] dist: recompile --- dist/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debug.js b/dist/debug.js index 6392a59..e606123 100644 --- a/dist/debug.js +++ b/dist/debug.js @@ -263,7 +263,7 @@ function debug(namespace) { if ('function' === typeof exports.formatArgs) { args = exports.formatArgs.apply(self, args); } - var logFn = exports.log || enabled.log || console.log.bind(console); + var logFn = enabled.log || exports.log || console.log.bind(console); logFn.apply(self, args); } enabled.enabled = true;