Skip to content

Commit 6b07f9e

Browse files
profiprogQix-
authored andcommitted
Fixes: Unable to take control over selectColor #747
1 parent 0c1d518 commit 6b07f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function setup(env) {
117117
debug.namespace = namespace;
118118
debug.enabled = createDebug.enabled(namespace);
119119
debug.useColors = createDebug.useColors();
120-
debug.color = selectColor(namespace);
120+
debug.color = createDebug.selectColor(namespace);
121121
debug.destroy = destroy;
122122
debug.extend = extend;
123123

0 commit comments

Comments
 (0)