You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: