mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
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…
x
Reference in New Issue
Block a user