fix: golangci-lint error
This commit is contained in:
parent
1c574a893e
commit
94724c7f3e
@ -505,7 +505,7 @@ func defaultRecoverPanic(ctx *context.Context, cfg *Config) {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
logs.Critical(fmt.Sprintf("%s:%d", file, line))
|
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 {
|
if ctx.Output.Status != 0 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user