diff options
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3a8aa876f..47b673c5f 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -137,6 +137,9 @@ class FormulaAuditor f.deps.each do |dep| begin dep_f = dep.to_formula + rescue TapFormulaUnavailableError + # Don't complain about missing cross-tap dependencies + next rescue FormulaUnavailableError problem "Can't find dependency #{dep.name.inspect}." next |
