- Controlling non-existing command in ruby1.9.3-HEAD

This commit is contained in:
Gamaliel Toro
2011-10-10 23:35:51 +02:00
parent 86e4251840
commit cdaeb646ac
+1 -1
View File
@@ -96,7 +96,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