diff --git a/lib/Google.js b/lib/Google.js index 8daa74d..cfc5d4d 100644 --- a/lib/Google.js +++ b/lib/Google.js @@ -83,7 +83,7 @@ return { then: promiseError, - catch: promiseError, + 'catch': promiseError, fail: promiseError }; };