Skip to content

Commit

Permalink
fix(output): use withcolorcache on the default output
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Apr 6, 2023
1 parent e029866 commit 937a689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var (
// output is the default global output.
output = NewOutput(os.Stdout)
output = NewOutput(os.Stdout, WithColorCache(true))
)

// File represents a file descriptor.
Expand Down

0 comments on commit 937a689

Please sign in to comment.