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