Skip to content

Commit aaf95d9

Browse files
committed
Add comment
1 parent 97deb1b commit aaf95d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/root.go

+1
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ func (p *prettyErrorFormatter) format(err error) {
855855

856856
textStyle := lipgloss.NewStyle().Foreground(lipgloss.Color("#D16644"))
857857
if p.level > 0 {
858+
// Grey out the less important, deep errors.
858859
textStyle.Foreground(lipgloss.Color("#969696"))
859860
}
860861

0 commit comments

Comments
 (0)