mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 14:13:38 +00:00
no fallar al cerrarse la salida
This commit is contained in:
parent
199199117d
commit
875f1873d3
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ class Deploy < ApplicationRecord
|
||||||
puts line if output
|
puts line if output
|
||||||
end
|
end
|
||||||
rescue IOError => e
|
rescue IOError => e
|
||||||
lines << e.message
|
ExceptionNotifier.notify(e, data: { site: site.name })
|
||||||
puts e.message if output
|
|
||||||
end
|
end
|
||||||
|
|
||||||
r = t.value
|
r = t.value
|
||||||
|
|
Loading…
Reference in a new issue