Be able to prevent exception catching
Opened this issue · 0 comments
pehrlich commented
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