Skip to content

Commit

Permalink
Merge b593fdf into 0c1d518
Browse files Browse the repository at this point in the history
  • Loading branch information
profiprog committed Feb 23, 2020
2 parents 0c1d518 + b593fdf commit 153ba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.js
Expand Up @@ -117,7 +117,7 @@ function setup(env) {
debug.namespace = namespace;
debug.enabled = createDebug.enabled(namespace);
debug.useColors = createDebug.useColors();
debug.color = selectColor(namespace);
debug.color = createDebug.selectColor(namespace);
debug.destroy = destroy;
debug.extend = extend;

Expand Down

0 comments on commit 153ba87

Please sign in to comment.