From a93a891e6c065af27c61d6e51a914f38673ed56a Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 9 Aug 2018 02:00:31 -0700 Subject: [PATCH] for sure this --- src/utils/error-checking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/error-checking.js b/src/utils/error-checking.js index 39d999c3a..36f7b1c48 100644 --- a/src/utils/error-checking.js +++ b/src/utils/error-checking.js @@ -16,7 +16,7 @@ export function throwError(error, cb) { } if (typeof cb === 'function') { - return cb.call(this, error); + cb.call(this, error); } throw error;