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