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

Use console.error when logging error messages #284

Merged
merged 1 commit into from Jul 1, 2015

Conversation

Projects
None yet
2 participants
@rtfeldman
Member

rtfeldman commented Jul 1, 2015

Browsers use this to show the console message in red, which makes it easier to spot when you have a chatty console going.

@rtfeldman

This comment has been minimized.

Show comment
Hide comment
@rtfeldman

rtfeldman Jul 1, 2015

Member

Chrome also adds a dropdown to console.error messages so you can view a stack trace if you like.

Member

rtfeldman commented Jul 1, 2015

Chrome also adds a dropdown to console.error messages so you can view a stack trace if you like.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Jul 1, 2015

Member

It seems that this works with quite a lot of browsers, and we'd have issues on node either way. So this is fine with me, thanks!

Member

evancz commented Jul 1, 2015

It seems that this works with quite a lot of browsers, and we'd have issues on node either way. So this is fine with me, thanks!

evancz pushed a commit that referenced this pull request Jul 1, 2015

Merge pull request #284 from rtfeldman/use-console-error
Use console.error when logging error messages

@evancz evancz merged commit 56b93ae into elm:master Jul 1, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build failed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment