fix: golangci-lint error
This commit is contained in:
@@ -505,7 +505,7 @@ func defaultRecoverPanic(ctx *context.Context, cfg *Config) {
|
||||
break
|
||||
}
|
||||
logs.Critical(fmt.Sprintf("%s:%d", file, line))
|
||||
stack = stack + fmt.Sprintf("%s:%d\n", file, line)
|
||||
stack += fmt.Sprintf("%s:%d\n", file, line)
|
||||
}
|
||||
|
||||
if ctx.Output.Status != 0 {
|
||||
|
||||
Reference in New Issue
Block a user