lib/knj/process_meta.rb in knjrbfw-0.0.31 vs lib/knj/process_meta.rb in knjrbfw-0.0.32

- old
+ new

@@ -381,9 +381,10 @@ Process.kill(9, pid) if process_exists rescue Errno::ESRCH => e raise e if e.message.index("No such process") == nil end + $stderr.print "Try to kill again...\n" retry end @process = nil @stdin = nil \ No newline at end of file