diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 2b2e1d861d..c02971f194 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