diff --git a/pkg/modgearman/readAndExecute.go b/pkg/modgearman/readAndExecute.go index 585d157..7bcb8f6 100644 --- a/pkg/modgearman/readAndExecute.go +++ b/pkg/modgearman/readAndExecute.go @@ -308,6 +308,7 @@ func fixReturnCodes(result *answer, config *config, state *os.ProcessState) { result.output = fmt.Sprintf("(worker: %s) %s", config.identifier, result.output) } } + return } if result.returnCode == exitCodeNotExecutable {