mirror of https://github.com/embarklabs/embark.git
fix linting issue
This commit is contained in:
parent
0cb093b280
commit
c44a95e6ea
|
@ -19,6 +19,7 @@ class DevFunds {
|
|||
this.balance = getWeiBalanceFromString(this.blockchainConfig.account.balance, this.web3);
|
||||
}
|
||||
} catch(_err) {
|
||||
// empty for now
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue