rebase
This commit is contained in:
parent
9c3f31e351
commit
c2ae0c5b4f
|
@ -36,9 +36,9 @@ Deploy.prototype.deploy_contract = function(contractObject, contractParams, cb)
|
|||
cb(contract.address);
|
||||
}
|
||||
else {
|
||||
//console.log(arguments);
|
||||
//console.log("error deploying");
|
||||
//exit();
|
||||
console.log("error deploying");
|
||||
console.log(e)
|
||||
exit();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue