-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.1 produces empty text #12
Comments
Sorry, I should have read the last comment better. Strangely the text is still empty.
|
Ok, I found it. I did not print the exception.
The source is the Simple Examples section. |
Yeah, that would do it. At least 3.0.x now returns the exceptions. Previously, the only way to get them was by registering a listener with StringTemplate. |
I tried to migrate to 3.0.1 , however I have now problems with the rendering.
Following Example produces an empty String:
scalaVersion := "2.11.8"
The text was updated successfully, but these errors were encountered: