mirror of https://github.com/embarklabs/embark.git
add missing return to determineArguments method
This commit is contained in:
parent
5ac4c0f327
commit
004d1eecf4
|
@ -28,6 +28,8 @@ Deploy.prototype.determineArguments = function(suppliedArgs) {
|
|||
realArgs.push(arg);
|
||||
}
|
||||
}
|
||||
|
||||
return realArgs;
|
||||
};
|
||||
|
||||
Deploy.prototype.checkAndDeployContract = function(contract, params, callback) {
|
||||
|
|
Loading…
Reference in New Issue