Skip to content

Commit

Permalink
patch: restore output from failed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Dec 19, 2024
1 parent 4db46ee commit d4e06b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def apply
end
end
rescue ErrorDuringExecution => e
onoe e
f = resource.owner.owner
cmd, *args = e.cmd
raise BuildError.new(f, cmd, args, ENV.to_hash)
Expand Down

0 comments on commit d4e06b4

Please sign in to comment.