5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:44:17 +00:00

no generar issues para log

This commit is contained in:
f 2022-06-29 18:41:51 -03:00
parent a4eef2edc0
commit d18536f587

View file

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