Merge pull request #83 from argami/master

Controlling exception on ruby1.9.3-Head
This commit is contained in:
David Dollar
2011-11-08 09:00:47 -08:00
+1 -1
View File
@@ -97,7 +97,7 @@ private ######################################################################
end
end
end
rescue PTY::ChildExited, Interrupt, Errno::EIO
rescue PTY::ChildExited, Interrupt, Errno::EIO, Errno::ENOENT
begin
info "process exiting", process
rescue Interrupt