console log deploy errors
This commit is contained in:
parent
d07ddaf1e8
commit
ee0820b56f
|
@ -37,6 +37,7 @@ Deploy.prototype.deploy_contract = function(contractObject, contractParams, cb)
|
|||
}
|
||||
else {
|
||||
console.log("error deploying");
|
||||
console.log(e)
|
||||
exit();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue