Skip to content

Commit

Permalink
chore: update error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Oct 20, 2023
1 parent ff4a743 commit 3a26a69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const addToProjectFn = async (context, event) => {
},
);
} catch (error) {
console.log(error.response.status);
console.error(error.response.data);
throw Error('CONTRACT_ADDITION_FAILED');
}
Expand Down

0 comments on commit 3a26a69

Please sign in to comment.