remove exit - for now - when getting an error deploying
This commit is contained in:
parent
54eb8771f3
commit
f032256552
|
@ -39,7 +39,7 @@ Deploy.prototype.deploy_contract = function(contractObject, contractParams, cb)
|
||||||
else {
|
else {
|
||||||
console.log("error deploying");
|
console.log("error deploying");
|
||||||
console.log(e)
|
console.log(e)
|
||||||
exit();
|
//exit();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue