There was an error while loading. Please reload this page.
2 parents 0e0f241 + 26779e7 commit 7f770c0Copy full SHA for 7f770c0
1 file changed
pkg/style/loglevel.go
@@ -18,5 +18,6 @@ func ForLogLevel(s string, _ Context) string {
18
"crit": Carapace.LogLevelCritical,
19
"critical": Carapace.LogLevelCritical,
20
"fatal": Carapace.LogLevelFatal,
21
+ "panic": Carapace.LogLevelFatal,
22
}[strings.ToLower(s)]
23
}
0 commit comments