Skip to content

Commit

Permalink
Change to temporarily disable process check
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Apr 22, 2018
1 parent 4757a7c commit ee222d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/tty/command/process_runner.rb
Expand Up @@ -190,10 +190,10 @@ def read_stream(stream, buffer)
reader.close
end

unless alive?(@pid)
readers.delete(reader)
reader.close
end
# unless alive?(@pid)
# readers.delete(reader)
# reader.close
# end
end
end
puts "READER THREAD DEAD!"
Expand Down

0 comments on commit ee222d5

Please sign in to comment.