Skip to content
Snippets Groups Projects
Commit 770f18ac authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Prevent Application from crash cause of charloc_cholmes error

parent b603e0dc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,6 +11,9 @@ end
Grit::GitRuby::Internal::RawObject.class_eval do
def content
transcoding(@content)
rescue Exception => ex
Rails.logger.error ex.message
@content
end
 
private
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment