Skip to content

No stack trace provided if a rejected Promise's .done() method is called #411

Closed
@nomcopter

Description

@nomcopter

When Promise.reject(new Error('error')) is ran, a Possibly unhandled Error... is thrown in the browser with a very useful stack trace.

However, when you .done() the promise, no useful stack trace is produced.

screen shot 2014-12-16 at 1 36 12 pm

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