mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:31:43 +00:00
wip: no mostrar errores al tener errores de renderización
pero no muestra nada de nada
This commit is contained in:
parent
a1f09a91e7
commit
ffce90daf3
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ class Post
|
|||
|
||||
# Cacofonía
|
||||
html.to_html.html_safe
|
||||
rescue Liquid::Error => e
|
||||
ExceptionNotifier.notify(e, data: { site: site.name, post: post.id })
|
||||
|
||||
''
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue