5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 23:26:57 +00:00

Merge branch 'issue-10031' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-23 15:18:09 -03:00
commit 878ca3c4b9

View file

@ -2,5 +2,5 @@
# Enviar una notificación cuando falla una tarea
SuckerPunch.exception_handler = lambda { |ex, _, args|
ExceptionNotifier.notify_exception(ex, data: { args: args })
ExceptionNotifier.notify_exception(ex, data: args.last)
}