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

Be able to prevent exception catching #104

Open
pehrlich opened this issue May 21, 2016 · 0 comments
Open

Be able to prevent exception catching #104

pehrlich opened this issue May 21, 2016 · 0 comments

Comments

@pehrlich
Copy link

pehrlich commented May 21, 2016

This line here Catches all exceptions within the injector. For complex injector functions, this is a problem as it cripple's the browser's built in debugger and stack trace, giving no information whatsoever on the source of the exception.

This catch block should be optional.

See similar discussion on the Jasmine side of things here: jasmine/jasmine#144

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