fixes async on blockchains
This commit is contained in:
parent
af4cacf496
commit
1a8e5a5abd
|
@ -49,7 +49,7 @@ Blockchain.prototype.run = function() {
|
||||||
console.log("===============================================================================".magenta);
|
console.log("===============================================================================".magenta);
|
||||||
var address = this.initChainAndGetAddress();
|
var address = this.initChainAndGetAddress();
|
||||||
this.client.mainCommand(address, function(cmd) {
|
this.client.mainCommand(address, function(cmd) {
|
||||||
self.runCommand(cmd, {async:true});
|
shelljs.exec(cmd, {async : true});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue