Skip to content

Commit fa6dc8c

Browse files
committed
api mismatch
1 parent 7ef2d27 commit fa6dc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserstack/local.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def start(options = {})
9292
data = JSON.parse(line) rescue {"message" => "Unable to parse daemon mode JSON output"}
9393
if data['state'].to_s != "connected"
9494
@process.close
95-
raise BrowserStack::LocalException.new(data["message"])
95+
raise BrowserStack::LocalException.new(data["message"]["message"])
9696
return
9797
else
9898
@pid = data["pid"]

0 commit comments

Comments
 (0)