From c30fcb22d11f1858be5ae9a246356b9129002aa4 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Fri, 11 Jan 2019 17:50:54 +0300 Subject: [PATCH] fatal error will be printed without parsing --- src/Client.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Client.php b/src/Client.php index 2e5bd63..20f1559 100644 --- a/src/Client.php +++ b/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