Skip to content

Add filename when in handlebars errors #407

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

Merged
merged 1 commit into from
Mar 20, 2017
Merged

Conversation

posva
Copy link
Member

@posva posva commented Mar 17, 2017

When handlebars gives an error, it doesn't contain the filename that is actually producing the error.
Should help solve problems like #401

Instead of

Parse error on line 21

We now have

[readme.md] Parse error on line 21

@egoist @zigomir Feel free to modify how the filename is included in the error message

@zigomir zigomir merged commit 439aece into vuejs:master Mar 20, 2017
@zigomir
Copy link
Contributor

zigomir commented Mar 20, 2017

@posva nice!

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

Successfully merging this pull request may close these issues.

2 participants