Skip to content

Be able to prevent exception catching #104

Open
@pehrlich

Description

@pehrlich

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions