Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion control_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (this *ControlServer) startScriptInBackground(scriptName string, scriptCmd
LogWithFields(Fields{
"scriptName": scriptName,
"error": err.Error(),
"exitCode": exitError.ExitCode(),
"exitCode": defaultExitCode,
}).Error("custom script ran with errors but could not determine the exit code")
}
} else {
Expand Down
Loading