switch to hiblack for unix as well
This commit is contained in:
parent
afa368f552
commit
c11640be23
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func printStatus(msg string) {
|
|||
if runtime.GOOS == "windows" {
|
||||
fmt.Fprintf(color.Output, "%s", color.HiBlackString(msg))
|
||||
} else {
|
||||
c := color.New(color.FgWhite)
|
||||
c := color.New(color.FgHiBlack)
|
||||
c.Fprintf(os.Stderr, "%s", msg)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue