mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:51:41 +00:00
no generar issues para log
This commit is contained in:
parent
a4eef2edc0
commit
d18536f587
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,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
|
||||||
|
|
Loading…
Reference in a new issue