Skip to content

Commit 1cc74f9

Browse files
committed
update tint handler func call to use the new name
1 parent 3295ed7 commit 1cc74f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/print/print.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func NewPrinter(stdIn io.Reader, stdOut, stdErr io.Writer) *Printer {
6464
logW = colorable.NewColorable(f)
6565
}
6666
logger := slog.New(
67-
tint.NewHandler(logW, &tint.Options{AddSource: false, Level: slog.LevelDebug}),
67+
tint.NewTextHandler(logW, &tint.Options{AddSource: false, Level: slog.LevelDebug}),
6868
)
6969
slog.SetDefault(logger)
7070

0 commit comments

Comments
 (0)