Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Nov 21, 2024
1 parent cc02c1a commit a1b6935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/yoroiProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const YoroiProvider = ({children}) => {
if (throwError) {
throw new Error(JSON.stringify(error))
} else {
console.error(`[dApp][connect] ${error}`)
console.error(`[dApp][connect] ${JSON.stringify(error)}`)
}
}
}
Expand Down

0 comments on commit a1b6935

Please sign in to comment.