We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec4236 commit e4e6362Copy full SHA for e4e6362
rb/lib/selenium/webdriver/common/service_manager.rb
@@ -80,8 +80,8 @@ def uri
80
def build_process(*command)
81
WebDriver.logger.debug("Executing Process #{command}", id: :driver_service)
82
@process = ChildProcess.build(*command)
83
- @process.io = @io
84
- @process.io ||= WebDriver.logger.io if WebDriver.logger.debug?
+ @io ||= WebDriver.logger.io if WebDriver.logger.debug?
+ @process.io = @io if @io
85
86
@process
87
end
0 commit comments