Project

General

Profile

« Previous | Next » 

Revision 85e34267

Added by Michael Moll over 4 years ago

Fixes #29173 - Fix Layout/SpaceAfterComma cop

View differences:

lib/proxy/util.rb
logger.debug "Starting task: #{@command}"
@task = Thread.new(@command) do |cmd|
status = nil
Open3::popen3(cmd) do |stdin,stdout,stderr,thr|
Open3::popen3(cmd) do |stdin, stdout, stderr, thr|
# PIDs are not available under Ruby 1.8
pid = thr.nil? ? '(unknown)' : thr.pid
stdout.each do |line|

Also available in: Unified diff