mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
dist: recompile
This commit is contained in:
parent
592429f025
commit
6fd34ac517
2
dist/debug.js
vendored
2
dist/debug.js
vendored
@ -263,7 +263,7 @@ function debug(namespace) {
|
||||
if ('function' === typeof exports.formatArgs) {
|
||||
args = exports.formatArgs.apply(self, args);
|
||||
}
|
||||
var logFn = exports.log || enabled.log || console.log.bind(console);
|
||||
var logFn = enabled.log || exports.log || console.log.bind(console);
|
||||
logFn.apply(self, args);
|
||||
}
|
||||
enabled.enabled = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user