remove exit - for now - when getting an error deploying

This commit is contained in:
Iuri Matias 2016-02-29 09:50:17 -05:00
parent 54eb8771f3
commit f032256552
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Deploy.prototype.deploy_contract = function(contractObject, contractParams, cb)
else {
console.log("error deploying");
console.log(e)
exit();
//exit();
}
};