We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f278e3 commit 00d5bdfCopy full SHA for 00d5bdf
dist/debug.js
@@ -65,7 +65,7 @@ function formatArgs() {
65
66
args[0] = (useColors ? '%c' : '')
67
+ this.namespace
68
- + (useColors ? '%c ' : ' ')
+ + (useColors ? ' %c' : ' ')
69
+ args[0]
70
+ (useColors ? '%c ' : ' ')
71
+ '+' + exports.humanize(this.diff);
0 commit comments