fix: charset lookup (#39187)

This commit is contained in:
wxiaoguang
2026-08-31 11:48:52 +00:00
committed by GitHub
parent 7c36ae7668
commit be3a6d1647
6 changed files with 64 additions and 42 deletions
+1 -1
View File
@@ -257,5 +257,5 @@ func PanicInDevOrTesting(msg string, a ...any) {
if !IsProd || IsInTesting {
panic(fmt.Sprintf(msg, a...))
}
log.Error(msg, a...)
log.ErrorWithSkip(1, msg, a...)
}