We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb1711 commit 8fc7709Copy full SHA for 8fc7709
tools/diagnostics.py
@@ -58,7 +58,7 @@ def reset_color():
58
59
60
def with_color(color, text):
61
- return f'\033[9{color}m{text}\033[0m'
+ return output_color(color) + text + reset_color()
62
63
64
def diag(level, msg, *args):
0 commit comments