update mm message

This commit is contained in:
Iuri Matias 2018-08-31 15:59:32 -04:00
parent 3ade131796
commit dbcfc634bb
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Blockchain.connect = function(connectionList, opts, doneCb) {
getAccounts(function(err, accounts) {
if (opts.warnAboutMetamask) {
if (web3.eth.currentProvider && web3.eth.currentProvider.isMetaMask) {
console.log("%cNote: Embark has detected you are in the development environment and using Metamask, please make sure Metamask is connected to your local node", "font-size: 2em");
console.warn("%cNote: Embark has detected you are in the development environment and using Metamask, please make sure Metamask is connected to your local node", "font-size: 2em");
}
}
if (accounts) {