From 00d5bdf9a42d332d07a211223354804acb00a2f2 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 15 Jul 2014 15:56:50 -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 c54e7db..6392a59 100644 --- a/dist/debug.js +++ b/dist/debug.js @@ -65,7 +65,7 @@ function formatArgs() { args[0] = (useColors ? '%c' : '') + this.namespace - + (useColors ? '%c ' : ' ') + + (useColors ? ' %c' : ' ') + args[0] + (useColors ? '%c ' : ' ') + '+' + exports.humanize(this.diff);