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);