5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 20:16:22 +00:00

Merge branch 'issue-14309' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl

This commit is contained in:
Sutty 2023-09-25 17:11:02 +00:00
commit 2e1f71a695

View file

@ -127,7 +127,7 @@ module Jekyll
I18n.with_locale(locale) do I18n.with_locale(locale) do
raise ArgumentError, I18n.t('activerecord.errors.models.site.attributes.design_id.missing_gem', theme: name) raise ArgumentError, I18n.t('activerecord.errors.models.site.attributes.design_id.missing_gem', theme: name)
rescue ArgumentError => e rescue ArgumentError => e
ExceptionNotifier.notify_exception(e, data: { theme: name, site: site.path }) ExceptionNotifier.notify_exception(e, data: { theme: name, site: File.basename(site.source) })
raise raise
end end
end end