Merge pull request #589 from embark-framework/warn_about_web3

add message to warn about web3.js version
This commit is contained in:
Jonathan Rainville 2018-06-27 15:42:52 -04:00 committed by GitHub
commit 098a8963a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ class Embark {
});
engine.events.on('outputDone', function () {
engine.logger.warn(__("Note: The console uses ").green + (__("web3.js 1.0").underline + " ").cyan + " the reference docs for web3.js can be found at http://web3js.readthedocs.io/en/1.0/".green);
engine.logger.info((__("Looking for documentation? You can find it at") + " ").cyan + "http://embark.status.im/docs/".green.underline + ".".cyan);
engine.logger.info(__("Ready").underline);
engine.events.emit("status", __("Ready").green);