gin icon indicating copy to clipboard operation
gin copied to clipboard

Return error immediately if builder.Build() fails.

Open samertm opened this issue 10 years ago • 0 comments

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.

samertm avatar Jul 09 '15 23:07 samertm