Improved debug info of self.reload_classes.
This commit is contained in:
parent
25c3bc157d
commit
64d6b05657
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue