lib/em-systemcommand/pipe.rb in em-systemcommand-2.0.5 vs lib/em-systemcommand/pipe.rb in em-systemcommand-2.0.6

- old
+ new

@@ -164,10 +164,10 @@ else if icr = data.index("\r") parse_cr data, icr else @linebuffer << data - @outputbuffer.print data + # @outputbuffer.print data end end end ##