mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-27 08:36:22 +00:00
Merge branch 'issue-10031' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
09350fca21
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
# Enviar una notificación cuando falla una tarea
|
# Enviar una notificación cuando falla una tarea
|
||||||
SuckerPunch.exception_handler = lambda { |ex, _, args|
|
SuckerPunch.exception_handler = lambda { |ex, _, args|
|
||||||
ExceptionNotifier.notify_exception(ex, data: args)
|
ExceptionNotifier.notify_exception(ex, data: { args: args })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue