lib/paraduct/runner.rb in paraduct-1.0.0.beta5 vs lib/paraduct/runner.rb in paraduct-1.0.0.beta6
- old
+ new
@@ -59,9 +59,11 @@
def run_command(command)
full_stdout = ""
exit_status = nil
+ logger.info "run_command: #{command}"
+
PTY.spawn(command) do |stdin, stdout, pid|
stdout.close_write
stdin.sync = true
begin