You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/index.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ class Embark {
138
138
});
139
139
140
140
engine.events.on('outputDone',function(){
141
+
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);
141
142
engine.logger.info((__("Looking for documentation? You can find it at")+" ").cyan+"http://embark.status.im/docs/".green.underline+".".cyan);
0 commit comments