Skip to content

Commit bd931b5

Browse files
skjnldsvkesselb
andauthored
Update lib/private/Template/SCSSCacher.php
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent f9fa5e1 commit bd931b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Template/SCSSCacher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ private function getInjectedVariables(): string {
401401
$scss->compile($variables);
402402
$this->injectedVariables = $variables;
403403
} catch (ParserException $e) {
404-
$this->logger->error($e->getMessage(), ['app' => 'core']);
404+
$this->logger->logException($e, ['app' => 'core']);
405405
}
406406

407407
return $variables;

0 commit comments

Comments
 (0)