mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 22:16:15 +00:00
Adding line break
This commit is contained in:
parent
7baad57995
commit
373a25e064
@ -8,7 +8,8 @@ class Simulator {
|
||||
this.logger = options.logger;
|
||||
}
|
||||
|
||||
run(options) { let cmds = [];
|
||||
run(options) {
|
||||
let cmds = [];
|
||||
|
||||
const testrpc = shelljs.which('testrpc');
|
||||
const ganache = shelljs.which('ganache-cli');
|
||||
|
Loading…
x
Reference in New Issue
Block a user