Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.9.0
Description
There is a typo in `CompileUtils`:
```java
CODE_LOG.debug("Compiling: %s \n\n Code:\n%s", name, code);
```
The placeholder should be `{}` instead of `%s`.
Attachments
Issue Links
- links to