Skip to content

Commit

Permalink
chore: add providers on fail log error
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 27, 2021
1 parent da5413b commit b1b03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/core/provs.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = class Providers {
await Providers.connect(node, mAddr)
}
} catch (e) {
log.error(e)
log.error('Fail finding providers')
// pass
}

Expand Down

0 comments on commit b1b03a1

Please sign in to comment.