Skip to content

Commit

Permalink
error log
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed May 24, 2024
1 parent 4487927 commit 442c67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next_app/src/pages/codecell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export default function CodeCell() {
setWalletAddr(addr);
setAutoconnect(true);
}
catch {
catch (e) {
console.log(e)
// setAutoconnect(false);
}
}
Expand Down

0 comments on commit 442c67c

Please sign in to comment.