mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 08:07:51 +00:00
fix(simulator): adds node
to sim command to comply with Windows
This commit is contained in:
parent
3353a05c3e
commit
1a29a8f6c9
@ -75,7 +75,8 @@ class Simulator {
|
|||||||
const programName = 'ganache-cli';
|
const programName = 'ganache-cli';
|
||||||
const program = ganache;
|
const program = ganache;
|
||||||
console.log(`running: ${programName} ${cmds.join(' ')}`);
|
console.log(`running: ${programName} ${cmds.join(' ')}`);
|
||||||
shelljs.exec(`${program} ${cmds.join(' ')}`, {async : true});
|
|
||||||
|
shelljs.exec(`node ${program} ${cmds.join(' ')}`, {async : true});
|
||||||
|
|
||||||
if(useProxy){
|
if(useProxy){
|
||||||
let ipcObject = new Ipc({ipcRole: 'client'});
|
let ipcObject = new Ipc({ipcRole: 'client'});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user