Skip to content

Commit

Permalink
Fixes: Unable to take control over selectColor debug-js#747
Browse files Browse the repository at this point in the history
  • Loading branch information
profiprog committed Feb 23, 2020
1 parent 0c1d518 commit b593fdf
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 b593fdf

Please sign in to comment.