Skip to content

Commit 5c73251

Browse files
committed
update popen
1 parent 4db2aef commit 5c73251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserstack/local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def start(options = {})
5858
end
5959

6060
system("echo '' > '#{@logfile}'")
61-
@process = IO.popen(command, "w+")
61+
@process = IO.popen(command)
6262
@stdout = File.open(@logfile, "r")
6363

6464
while true

0 commit comments

Comments
 (0)