Merge pull request #18963 from Homebrew/patch-show-failed-output
patch: restore output from failed patch
This commit is contained in:
commit
b35ff5df7d
@ -150,6 +150,7 @@ class ExternalPatch
|
||||
end
|
||||
end
|
||||
rescue ErrorDuringExecution => e
|
||||
onoe e
|
||||
f = resource.owner.owner
|
||||
cmd, *args = e.cmd
|
||||
raise BuildError.new(f, cmd, args, ENV.to_hash)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user