We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473e3d commit d6771ecCopy full SHA for d6771ec
components/supervisor/cmd/init.go
@@ -89,7 +89,7 @@ var initCmd = &cobra.Command{
89
if shared.IsExpectedShutdown(exitCode) {
90
log.Fatal(logs)
91
} else {
92
- if ignoreUnexpectedExitCode.Load() && logs != "" {
+ if ignoreUnexpectedExitCode.Load() {
93
return
94
}
95
log.WithError(fmt.Errorf(logs)).Fatal("supervisor run error with unexpected exit code")
0 commit comments