mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 12:11:16 +00:00
Merge pull request #842 from embark-framework/fix_cb_issue
take into account when event does not trigger a callback
This commit is contained in:
commit
7ce92211f9
@ -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