mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:21:41 +00:00
notificar correctamente la excepción
This commit is contained in:
parent
f2eea5fbcb
commit
a4eef2edc0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Deploy < ApplicationRecord
|
|||
puts line if output
|
||||
end
|
||||
rescue IOError => e
|
||||
ExceptionNotifier.notify(e, data: { site: site.name })
|
||||
ExceptionNotifier.notify_exception(e, data: { site: site.name })
|
||||
end
|
||||
|
||||
r = t.value
|
||||
|
|
Loading…
Reference in a new issue