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
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