oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

Error in js compile, unexpected character "`" #828

Open alexJABR opened 3 years ago

alexJABR commented 3 years ago

v2.3.0

SyntaxError: Unexpected character "`"

No allow to use grave accent.

Example of my code: var myNewVar = `My new var is ${myOldVar}`;