Fixed traceback.
This commit is contained in:
parent
449ac00a51
commit
a4edcb4acb
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class Package < ApplicationModel
|
||||||
rescue => e
|
rescue => e
|
||||||
puts "TRIED TO RELOAD '#{entry}'"
|
puts "TRIED TO RELOAD '#{entry}'"
|
||||||
puts 'ERROR: ' + e.inspect
|
puts 'ERROR: ' + e.inspect
|
||||||
puts 'Traceback: ' + e.backtrace
|
puts 'Traceback: ' + e.backtrace.inspect
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue