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

no generar issues para log

This commit is contained in:
f 2022-06-29 18:41:51 -03:00
parent 4de34ceab5
commit 709f3b29e5

View file

@ -70,7 +70,8 @@ class Deploy < ApplicationRecord
puts line if output puts line if output
end end
rescue IOError => e rescue IOError => e
ExceptionNotifier.notify_exception(e, data: { site: site.name }) lines << e.message
puts e.message if output
end end
r = t.value r = t.value