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.
2 parents 7b834a9 + c01c3e2 commit 491c6e3Copy full SHA for 491c6e3
lib/Local.php
@@ -122,7 +122,7 @@ public function start($arguments) {
122
$return_message = shell_exec($call);
123
$data = json_decode($return_message,true);
124
if ($data["state"] != "connected") {
125
- throw new LocalException($data['message']);
+ throw new LocalException($data['message']['message']);
126
}
127
$this->pid = $data['pid'];
128
0 commit comments