chore: unify panic msg
All checks were successful
submodules sync / sync (push) Successful in 1m19s
build / build (push) Successful in 3m35s
build / trigger-build-image (push) Successful in 16s

This commit is contained in:
张泊明518370910136 2025-03-31 12:01:24 -04:00
parent 4639e84ad5
commit ee117b388b
GPG Key ID: D47306D7062CDA9D

View File

@ -20,7 +20,7 @@ func Run(stages []Stage) (
defer func() {
if r := recover(); r != nil {
slog.Error(
"stage panic recovered",
"panic recovered",
"stageName", stage.Name,
"panic", r,
)