Skip to content

Commit 6fd34ac

Browse files
committed
dist: recompile
1 parent 592429f commit 6fd34ac

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
@@ -263,7 +263,7 @@ function debug(namespace) {
263263
if ('function' === typeof exports.formatArgs) {
264264
args = exports.formatArgs.apply(self, args);
265265
}
266-
var logFn = exports.log || enabled.log || console.log.bind(console);
266+
var logFn = enabled.log || exports.log || console.log.bind(console);
267267
logFn.apply(self, args);
268268
}
269269
enabled.enabled = true;

0 commit comments

Comments
 (0)