mirror of https://github.com/embarklabs/embark.git
pass console as logger
This commit is contained in:
parent
b76a7f1379
commit
08c68d068a
|
@ -21,7 +21,8 @@ class BlockchainProcess extends ProcessWrapper {
|
||||||
this.client,
|
this.client,
|
||||||
this.env,
|
this.env,
|
||||||
this.blockchainReady.bind(this),
|
this.blockchainReady.bind(this),
|
||||||
this.blockchainExit.bind(this)
|
this.blockchainExit.bind(this),
|
||||||
|
console
|
||||||
);
|
);
|
||||||
|
|
||||||
this.blockchain.run();
|
this.blockchain.run();
|
||||||
|
|
Loading…
Reference in New Issue