@@ -195,7 +195,7 @@ |
||
| 195 | 195 | return $compiler->compileString($string); |
| 196 | 196 | } catch (\Exception $exception) { |
| 197 | 197 | return json_encode([ |
| 198 | - 'error' => sprintf('Error while compiling the dataLayer: %s', $exception->getMessage()), |
|
| 198 | + 'error' => sprintf('Error while compiling the dataLayer: %s', $exception->getMessage()), |
|
| 199 | 199 | ]); |
| 200 | 200 | } |
| 201 | 201 | } |