mirror of https://github.com/embarklabs/embark.git
missing semicolon
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
cca71a1c66
commit
c3d2ef07e8
|
@ -202,7 +202,7 @@ __embarkENS.lookup = function (address) {
|
||||||
const self = this;
|
const self = this;
|
||||||
|
|
||||||
if (!self.ens) {
|
if (!self.ens) {
|
||||||
console.log("ENS provider not set. Exiting.")
|
console.log("ENS provider not set. Exiting.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (address.startsWith("0x")) address = address.slice(2);
|
if (address.startsWith("0x")) address = address.slice(2);
|
||||||
|
|
Loading…
Reference in New Issue