Skip to content

[CLOSED] Fixed bug in utils/Async.PromiseQueue where a rejected promise keeps the... #6678

@core-ai-bot

Description

@core-ai-bot

Issue by jayther
Friday Apr 04, 2014 at 06:44 GMT
Originally opened as adobe/brackets#7407


... PromiseQueue from going to the next promise. ( issue #7393 )

Above bug caused by adding to _curPromise.done() instead of _curPromise.always(). Fix is simply to use .always().
Added to Async-test to test rejected promise cases.

Signed-off-by: jayther jayther@gmail.com


jayther included the following code: https://github.com/adobe/brackets/pull/7407/commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions