We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa26893 + d9615f8 commit d46bef2Copy full SHA for d46bef2
internal/helper/exec-cmd.go
@@ -53,6 +53,7 @@ func callExternal(additionalEnv []string, cwd string, mute bool, withOutput bool
53
}
54
return exitError.ExitCode(), outtext, err
55
56
+ return 1, "Error when launching the command", err
57
58
return 0, string(output), nil
59
} else {
0 commit comments