lib/em-systemcommand/pipe.rb in em-systemcommand-2.0.9 vs lib/em-systemcommand/pipe.rb in em-systemcommand-2.0.10

- old
+ new

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