From d4e06b4d454edbafdeb6e39fc974a89a20da1442 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Thu, 19 Dec 2024 11:39:42 -0500 Subject: [PATCH] patch: restore output from failed patch --- Library/Homebrew/patch.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb index 488982bf8eaec..b6ff44d107988 100644 --- a/Library/Homebrew/patch.rb +++ b/Library/Homebrew/patch.rb @@ -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)