Merge pull request #55 from caos/master

Fix for "..../lib/foreman/engine.rb:117:in `eof?': Input/output error - /dev/pts/n (Errno::EIO)" errors
This commit is contained in:
David Dollar
2011-08-22 14:19:40 -07:00

View File

@@ -119,7 +119,7 @@ private ######################################################################
end
end
end
rescue PTY::ChildExited, Interrupt
rescue PTY::ChildExited, Interrupt, Errno::EIO
begin
info "process exiting", process
rescue Interrupt