Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Feb 11, 2025
1 parent 810d637 commit 412c7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/state/InjectedProviderHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ class InjectedProviderHandler {
window.ethereum?.on('disconnect', (error: any) => {
// Relevant issue https://github.com/MetaMask/metamask-extension/issues/13375
if (error.code === 1013) {
const reconnectingMessage = 'MetaMask disconnected from chain. Reconnecting...'
const reconnectingMessage =
'MetaMask disconnected from chain. Reconnecting...'
window.api.logInfo(reconnectingMessage)
console.log(reconnectingMessage)
return
Expand Down

0 comments on commit 412c7f1

Please sign in to comment.