Skip to content

Commit

Permalink
log out error to console
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Sep 13, 2023
1 parent 0a35773 commit 0680ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/payment-proxy-client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function App() {
updateChannelInfo(paymentChannelInfo.ID);
}, 50);
} catch (e: unknown) {
console.error(e);
setErrorText((e as Error).message);
}
};
Expand Down

0 comments on commit 0680ea8

Please sign in to comment.