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

new Ember.Error in better-error not logging the message in the console #304

Closed
Leooo opened this issue Apr 20, 2017 · 1 comment
Closed
Labels

Comments

@Leooo
Copy link

Leooo commented Apr 20, 2017

using Ember 2.10.2, on Chrome

https://github.com/san650/ember-cli-page-object/blob/master/addon/-private/better-errors.js#L22

the message is not logged in the console

add a console.error call before the error to make sure it is logged?

@san650 san650 added the feature label Apr 20, 2017
@san650
Copy link
Owner

san650 commented Apr 20, 2017

What's strange is that errors were being logged before, so something changed (in Ember?) that makes this error not to be logged anymore.

I remember that there was a change in how backburner reported exceptions when env was testing, see emberjs/ember.js#14898. Maybe is related to that.

Having the exception in the console is super useful so I think we should log it ourself if it's not printed by Ember.

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

No branches or pull requests

3 participants