We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417de62 commit 81799caCopy full SHA for 81799ca
utils/color.go
@@ -52,7 +52,7 @@ func makeColorFunc(color string) func(string) string {
52
}
53
54
55
-func isColorEnabled() bool {
+func isColorEnabled() bool {
56
if !checkedNoColor {
57
_isColorEnabled = os.Getenv("NO_COLOR") == ""
58
checkedNoColor = true
0 commit comments