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

Better error handling #26

Merged
merged 1 commit into from
Jul 20, 2015
Merged

Conversation

callym
Copy link
Contributor

@callym callym commented Jul 13, 2015

Gives the line number, column number and file name when an error is thrown, instead of just a cryptic error message.

@stevenschobert
Copy link
Owner

This is great @callym, thanks! Do you have some example before/after stack traces you could share that led you to this change?

@callym
Copy link
Contributor Author

callym commented Jul 17, 2015

@stevenschobert I had an error in a .scss file that I was using, and the error that the console gave just told me the type of error, but didn't tell me the line number or file that the error was in, and I thought that information might be useful 😄

@stevenschobert stevenschobert merged commit a5a7358 into stevenschobert:master Jul 20, 2015
@stevenschobert
Copy link
Owner

Thanks for the awesome idea, @callym! Should be included in v1.3:

screen shot 2015-07-20 at 12 11 01 pm

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