Skip to content

Commit

Permalink
Widen too narrow rescue
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4781 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
seckar committed Aug 17, 2006
1 parent 924ef18 commit cad830f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/dependencies.rb
Expand Up @@ -79,7 +79,7 @@ def require_or_load(file_name, const_path = nil)
else
enable_warnings { result = load_file(*load_args) }
end
rescue
rescue Exception
loaded.delete expanded
raise
end
Expand Down

0 comments on commit cad830f

Please sign in to comment.