include old `const ganache =` line in original pos wrt disabled code

This commit is contained in:
Michael Bradley, Jr 2018-07-11 13:08:48 -05:00 committed by Pascal Precht
parent c6cc8ed8e3
commit 1e585e5186
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class Simulator {
const ganache = shelljs.which('ganache-cli-embark'); const ganache = shelljs.which('ganache-cli-embark');
// const testrpc = shelljs.which('testrpc'); // const testrpc = shelljs.which('testrpc');
// const ganache = shelljs.which('ganache-cli');
// if (!testrpc && !ganache) { // if (!testrpc && !ganache) {
// this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)')); // this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)'));
// this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli')); // this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));