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…
Reference in New Issue