mirror of https://github.com/embarklabs/embark.git
disable ipc client
This commit is contained in:
parent
aa5063e5ef
commit
650eb5e359
|
@ -85,8 +85,8 @@ class Test {
|
||||||
web3: this.web3
|
web3: this.web3
|
||||||
});
|
});
|
||||||
this.engine.startService("deployment", {
|
this.engine.startService("deployment", {
|
||||||
trackContracts: false,
|
trackContracts: false
|
||||||
ipcRole: 'client'
|
//ipcRole: 'client' // disabled for now due to issues with ipc file
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue