mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 11:11:51 +00:00
no fallar al cerrarse la salida
This commit is contained in:
parent
193ba69a5f
commit
3c78f0dfb9
1 changed files with 3 additions and 0 deletions
|
@ -69,7 +69,10 @@ class Deploy < ApplicationRecord
|
||||||
|
|
||||||
puts line if output
|
puts line if output
|
||||||
end
|
end
|
||||||
|
rescue IOError => e
|
||||||
|
ExceptionNotifier.notify(e, data: { site: site.name })
|
||||||
end
|
end
|
||||||
|
|
||||||
r = t.value
|
r = t.value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue