mirror of https://github.com/embarklabs/embark.git
return callback
This commit is contained in:
parent
549e33317b
commit
06879ccdd6
|
@ -60,7 +60,7 @@ Deploy.prototype.checkAndDeployContract = function(contract, params, callback) {
|
|||
self.logger.info(contract.className + " already deployed " + trackedContract.address);
|
||||
contract.deployedAddress = trackedContract.address;
|
||||
self.logger.contractsState(self.contractsManager.contractsState());
|
||||
callback();
|
||||
return callback();
|
||||
} else {
|
||||
|
||||
// determine arguments
|
||||
|
|
Loading…
Reference in New Issue