Skip to content

Commit

Permalink
error catching
Browse files Browse the repository at this point in the history
  • Loading branch information
pan261 committed Nov 18, 2021
1 parent 9c34966 commit 4a617b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ const refresh = () => {
credentials = creds;
console.log('new token generated from refresh token:');
console.log(credentials);
})
.catch(err => {
console.log(err);
});
};

Expand Down

0 comments on commit 4a617b8

Please sign in to comment.