Skip to content

Commit

Permalink
New error output updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Mar 3, 2023
1 parent 18db3b7 commit ff64285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HeicToJpg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit ff64285

Please sign in to comment.