5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 22:26:06 +00:00

wip: no mostrar errores al tener errores de renderización

pero no muestra nada de nada
This commit is contained in:
f 2023-03-09 15:13:43 -03:00
parent a1f09a91e7
commit ffce90daf3

View file

@ -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