aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formulary.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb
index 2b2e1d861..c02971f19 100644
--- a/Library/Homebrew/formulary.rb
+++ b/Library/Homebrew/formulary.rb
@@ -43,6 +43,7 @@ class Formulary
# have a "no such formula" message.
raise
rescue LoadError, NameError
+ raise if ARGV.debug? # let's see the REAL error
raise FormulaUnavailableError.new(name)
end
end