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

notificar correctamente la excepción

This commit is contained in:
f 2022-06-28 15:07:08 -03:00
parent 3c78f0dfb9
commit 4de34ceab5

View file

@ -70,7 +70,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