diff options
| author | Adam Vandenberg | 2013-07-03 10:06:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-03 10:06:11 -0700 |
| commit | bf5f1cafe859186c2f96339c66f63d81f660c579 (patch) | |
| tree | 3c87e180c25b1b3b29fba3c38ee80dc6aa66d576 /Library | |
| parent | 1533b82096542662b202c6f1868781a06fae5da8 (diff) | |
| download | homebrew-bf5f1cafe859186c2f96339c66f63d81f660c579.tar.bz2 | |
Don't always show an error at the end of brew versions
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/versions.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb index 86a184d94..164222092 100644 --- a/Library/Homebrew/cmd/versions.rb +++ b/Library/Homebrew/cmd/versions.rb @@ -93,6 +93,8 @@ class Formula # We rescue these so that we can skip bad versions and # continue walking the history ohai "#{e} in #{name} at revision #{sha}", e.backtrace if ARGV.debug? + rescue FormulaUnavailableError + # Suppress this error end end end |
