Skip to content

Commit 9927e4d

Browse files
committed
Add debug to the browserstack gem
1 parent 963ad7f commit 9927e4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/browserstack/local.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ def start(options = {})
8585
begin
8686
line = @process.readline
8787
rescue EOFError => e
88+
puts "XXXXXXXXXXXXXXXX"
89+
puts e
90+
puts "XXXXXXXXXXXXXXXX"
8891
sleep 1
8992
next
9093
end

0 commit comments

Comments
 (0)