Skip to content

Commit

Permalink
Merge pull request #83 from argami/master
Browse files Browse the repository at this point in the history
Controlling exception on ruby1.9.3-Head
  • Loading branch information
ddollar committed Nov 8, 2011
2 parents bed8323 + cdaeb64 commit b9bfede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman/engine.rb
Expand Up @@ -97,7 +97,7 @@ def run(process)
end
end
end
rescue PTY::ChildExited, Interrupt, Errno::EIO
rescue PTY::ChildExited, Interrupt, Errno::EIO, Errno::ENOENT
begin
info "process exiting", process
rescue Interrupt
Expand Down

0 comments on commit b9bfede

Please sign in to comment.