Browse Source

fatal error will be printed without parsing

tags/0.6
Paul Rock 7 years ago
parent
commit
c30fcb22d1
  1. 2
      src/Client.php

2
src/Client.php

@ -253,6 +253,8 @@ class Client implements Interfaces\ClientInterface
$i++;
break;
case '!fatal':
$result = $response;
break 2;
case '!trap':
case '!done':
// Check for =ret=, .tag and any other following messages

Loading…
Cancel
Save