Added traceback to error message.
This commit is contained in:
parent
04cb8408c0
commit
9f1b706131
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ class Package < ApplicationModel
|
|||
load entry
|
||||
rescue => e
|
||||
puts 'ERROR: ' + e.inspect
|
||||
puts 'Traceback: ' + e.backtrace
|
||||
end
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue