mirror of https://github.com/embarklabs/embark.git
hotfix return if error
This commit is contained in:
parent
ae0b4d0eca
commit
038d405af9
|
@ -178,6 +178,7 @@ __embarkENS.setProvider = function (config) {
|
|||
return;
|
||||
}
|
||||
console.error(err);
|
||||
return;
|
||||
}
|
||||
if (!self.registryAddresses[id]) {
|
||||
console.warn(ERROR_MESSAGE);
|
||||
|
|
Loading…
Reference in New Issue