Skip to content

Commit

Permalink
variable global color
Browse files Browse the repository at this point in the history
  • Loading branch information
gedenata committed Jun 10, 2020
1 parent 81799ca commit 4c94d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/color.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

var (
_isColorEnabled bool = true
_isColorEnabled bool = true
_isStdoutTerminal, checkedTerminal, checkedNoColor bool

// Outputs ANSI color if stdout is a tty
Expand Down

0 comments on commit 4c94d12

Please sign in to comment.