You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.stringtemplate.v4.misc.ErrorManager#DEFAULT_ERROR_LISTENER is used, which prints using System.err.println. So the message is unstructured message in stderr:
1:13: premature EOF
Context
I think StTemplateRenderer should pass a custom implementation of STErrorListener that uses SLF4J instead of System.err.