Skip to content

Commit 004d1ee

Browse files
committed
add missing return to determineArguments method
1 parent 5ac4c0f commit 004d1ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/deploy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Deploy.prototype.determineArguments = function(suppliedArgs) {
2828
realArgs.push(arg);
2929
}
3030
}
31+
32+
return realArgs;
3133
};
3234

3335
Deploy.prototype.checkAndDeployContract = function(contract, params, callback) {

0 commit comments

Comments
 (0)