dist: recompile

This commit is contained in:
Nathan Rajlich 2014-07-15 15:56:50 -07:00
parent 6f278e3b4c
commit 00d5bdf9a4

2
dist/debug.js vendored
View File

@ -65,7 +65,7 @@ function formatArgs() {
args[0] = (useColors ? '%c' : '')
+ this.namespace
+ (useColors ? '%c ' : ' ')
+ (useColors ? ' %c' : ' ')
+ args[0]
+ (useColors ? '%c ' : ' ')
+ '+' + exports.humanize(this.diff);