Skip to content

Commit

Permalink
chore: improve err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Oct 31, 2024
1 parent 5bf5bcd commit 207f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const connect = async ({
) => {
try {
if (!modalWallet) {
throw new Error("Connector error")
throw new Error("Connector error, missing wallet.")
}

modal.$set({ selectedWallet: modalWallet })
Expand Down

0 comments on commit 207f521

Please sign in to comment.