Skip to content

Commit

Permalink
remove empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Feb 12, 2024
1 parent 6e8bc65 commit e6fa48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Processor/Chromium.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ public function getPdfFromString(string $html, array $params = [], bool $returnF
}
} catch (\Throwable $e) {
Logger::debug('Could not create pdf with chromium: '. print_r($e, true));
$output = (string) $e;
} finally {
$output = (string) $e;
} finally {
$page->close();
}

Expand Down

0 comments on commit e6fa48e

Please sign in to comment.