Improved debug info of self.reload_classes.

This commit is contained in:
Martin Edenhofer 2014-06-15 15:28:24 +02:00
parent 25c3bc157d
commit 64d6b05657

View file

@ -315,6 +315,7 @@ class Package < ApplicationModel
begin
load entry
rescue => e
puts "TRIED TO RELOAD '#{entry}'"
puts 'ERROR: ' + e.inspect
puts 'Traceback: ' + e.backtrace
end