mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 22:51:41 +00:00
parent
5cda6a440c
commit
98b38e4caa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue