diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/readall.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/readall.rb b/Library/Homebrew/cmd/readall.rb index 4d575195e..141523616 100644 --- a/Library/Homebrew/cmd/readall.rb +++ b/Library/Homebrew/cmd/readall.rb @@ -54,6 +54,8 @@ module Homebrew formulae.each do |file| begin Formulary.factory(file) + rescue Interrupt + raise rescue Exception => e onoe "problem in #{file}" puts e |
