gin
gin copied to clipboard
Return error immediately if builder.Build() fails.
If the command fails, command.ProcessState will be nil and command.ProcessState.Success() in lib/builder.go:60 will panic with a nil pointer error.