Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed May 24, 2017
1 parent 1dee00a commit feec314
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Adaptor.js
Expand Up @@ -68,10 +68,11 @@ export function appendValues(params) {
}
}, function(err, response) {
if (err) {
console.log('The API returned an error: ' + err);
console.log('The API returned an error:');
console.log(err);
reject(err);
} else {
console.log('Well done, homie. Here is the response:')
console.log('Success! Here is the response from Google:')
console.log(response);
resolve(state);
}
Expand Down

0 comments on commit feec314

Please sign in to comment.