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);
|
cb(contract.address);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//console.log(arguments);
|
console.log("error deploying");
|
||||||
//console.log("error deploying");
|
console.log(e)
|
||||||
//exit();
|
exit();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue