mirror of https://github.com/embarklabs/embark.git
Adding line break
This commit is contained in:
parent
f467fc5a31
commit
6040509942
|
@ -8,7 +8,8 @@ class Simulator {
|
||||||
this.logger = options.logger;
|
this.logger = options.logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
run(options) { let cmds = [];
|
run(options) {
|
||||||
|
let cmds = [];
|
||||||
|
|
||||||
const testrpc = shelljs.which('testrpc');
|
const testrpc = shelljs.which('testrpc');
|
||||||
const ganache = shelljs.which('ganache-cli');
|
const ganache = shelljs.which('ganache-cli');
|
||||||
|
|
Loading…
Reference in New Issue