conflict in lock
This commit is contained in:
parent
c67a9ddf58
commit
f43281bf42
|
@ -172,7 +172,6 @@ __embarkENS.setProvider = function (config) {
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
if (err.message.indexOf('Provider not set or invalid') > -1) {
|
if (err.message.indexOf('Provider not set or invalid') > -1) {
|
||||||
console.log('PROVIDER NOT SET');
|
|
||||||
console.warn(ERROR_MESSAGE);
|
console.warn(ERROR_MESSAGE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue