mirror of https://github.com/embarklabs/embark.git
fix(generator): fix warnAboutMetamask being undefined
This commit is contained in:
parent
a3da5c0b5b
commit
0d8f23303a
|
@ -129,7 +129,7 @@ class CodeGenerator {
|
||||||
autoEnable: this.contractsConfig.dappAutoEnable,
|
autoEnable: this.contractsConfig.dappAutoEnable,
|
||||||
connectionList: connectionList,
|
connectionList: connectionList,
|
||||||
done: 'done(err);',
|
done: 'done(err);',
|
||||||
warnAboutMetamask: isDev,
|
warnAboutMetamask: isDev || false,
|
||||||
blockchainClient: this.blockchainConfig.ethereumClientName
|
blockchainClient: this.blockchainConfig.ethereumClientName
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue