Skip to content
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

When freemarker cannot parse and encounters an error, the output text is not available #7

Open
allen-ziegenfus opened this issue Jun 17, 2016 · 0 comments

Comments

@allen-ziegenfus
Copy link

fmpp returns useful output text in case of errors that is not being passed on by this plugin. could we maybe change this to add the output to the error object? In the error object currently we just have the information that the command failed.

error: Error: Command failed: /bin/sh -c blah blah
html: null
output:>>> ABORTED! <<<

The cause of aborting was:
FreeMarker template error: The following has evaluated to null or missing:
==> joe [in template "symposium-css.ftl" at line 2, column 3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant