From ff64285e4cf1a61db379d27a75cfb18664e36e41 Mon Sep 17 00:00:00 2001 From: maestroerror Date: Sat, 4 Mar 2023 00:25:35 +0400 Subject: [PATCH] New error output updated --- src/HeicToJpg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HeicToJpg.php b/src/HeicToJpg.php index 6434c85..7e87047 100644 --- a/src/HeicToJpg.php +++ b/src/HeicToJpg.php @@ -130,7 +130,7 @@ protected function processImage(string $source) { foreach ($output as $line) { $parsed = $this->getStringBetween($line, '--', '--'); if (!empty($parsed)) { - // $this->jpg = $parsed; + $this->jpg = $parsed; break; } }