Skip to content

Commit

Permalink
chore: anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Dec 18, 2024
1 parent ac55da0 commit a4705ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starknet-snap/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export const onRpcRequest: OnRpcRequestHandler = async ({
}
} catch (error) {
let snapError = error;

console.log(error)
if (!isSnapRpcError(error)) {
// To ensure the error meets both the SnapError format and WalletRpc format.
snapError = new UnknownError('Unable to execute the rpc request');
Expand Down

0 comments on commit a4705ce

Please sign in to comment.