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 4db2aef commit 5c73251Copy full SHA for 5c73251
lib/browserstack/local.rb
@@ -58,7 +58,7 @@ def start(options = {})
58
end
59
60
system("echo '' > '#{@logfile}'")
61
- @process = IO.popen(command, "w+")
+ @process = IO.popen(command)
62
@stdout = File.open(@logfile, "r")
63
64
while true
0 commit comments