mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
Prevent embark to crash when there is no config for ens
This commit is contained in:
parent
8304657dc1
commit
1ce8474824
@ -33,7 +33,7 @@ class ENS {
|
||||
this.events.setCommandHandler("storage:ens:associate", this.associateStorageToEns.bind(this));
|
||||
}
|
||||
|
||||
setProviderAndRegisterDomains(cb) {
|
||||
setProviderAndRegisterDomains(cb = () => {}) {
|
||||
const self = this;
|
||||
async.parallel([
|
||||
function getENSRegistry(paraCb) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user