Merge pull request #142 from SafeMarket/console-log-deploy-errors
Console log deploy errors
This commit is contained in:
commit
676c598b4a
|
@ -37,9 +37,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