lib/sprout/daemon.rb in sprout-1.1.3.pre vs lib/sprout/daemon.rb in sprout-1.1.4.pre
- old
+ new
@@ -191,9 +191,10 @@
wait if should_wait
end
def wait
Process.wait process_runner.pid
+ rescue Errno::ECHILD
end
##
# Wait for the underlying process to present
# an input prompt, so that another action