Skip to content

Commit 00d5bdf

Browse files
committed
dist: recompile
1 parent 6f278e3 commit 00d5bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function formatArgs() {
6565

6666
args[0] = (useColors ? '%c' : '')
6767
+ this.namespace
68-
+ (useColors ? '%c ' : ' ')
68+
+ (useColors ? ' %c' : ' ')
6969
+ args[0]
7070
+ (useColors ? '%c ' : ' ')
7171
+ '+' + exports.humanize(this.diff);

0 commit comments

Comments
 (0)