Skip to content

Commit 491c6e3

Browse files
authored
Merge pull request #11 from browserstack/mismatch
fixes api mismatch
2 parents 7b834a9 + c01c3e2 commit 491c6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function start($arguments) {
122122
$return_message = shell_exec($call);
123123
$data = json_decode($return_message,true);
124124
if ($data["state"] != "connected") {
125-
throw new LocalException($data['message']);
125+
throw new LocalException($data['message']['message']);
126126
}
127127
$this->pid = $data['pid'];
128128
}

0 commit comments

Comments
 (0)