Skip to content

Commit

Permalink
style: added panic to loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Sep 29, 2023
1 parent 0e0f241 commit 26779e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/style/loglevel.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ func ForLogLevel(s string, _ Context) string {
"crit": Carapace.LogLevelCritical,
"critical": Carapace.LogLevelCritical,
"fatal": Carapace.LogLevelFatal,
"panic": Carapace.LogLevelFatal,
}[strings.ToLower(s)]
}

0 comments on commit 26779e7

Please sign in to comment.