diff --git a/src/Async/index.js b/src/Async/index.js index 73473d058..d9fe60eaa 100644 --- a/src/Async/index.js +++ b/src/Async/index.js @@ -73,8 +73,7 @@ function fromPromise(fn) { } promise - .then(resolve) - .catch(reject) + .then(resolve, reject) }) } }