5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:14:16 +00:00

notificar correctamente la excepción

This commit is contained in:
f 2022-06-28 15:07:08 -03:00
parent f2eea5fbcb
commit a4eef2edc0

View file

@ -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