We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13b3637 + c97df15 commit 38ea4d2Copy full SHA for 38ea4d2
1 file changed
apps/accessibility/lib/Controller/AccessibilityController.php
@@ -314,7 +314,7 @@ private function getInjectedVariables(): string {
314
$scss->compile($variables);
315
$this->injectedVariables = $variables;
316
} catch (ParserException $e) {
317
- $this->logger->error($e, ['app' => 'core']);
+ $this->logger->logException($e, ['app' => 'core']);
318
}
319
return $variables;
320
0 commit comments