mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 16:53:38 +00:00
no fallar al cerrarse la salida
This commit is contained in:
parent
1071eba200
commit
f2eea5fbcb
1 changed files with 3 additions and 0 deletions
|
@ -62,7 +62,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