From f0322565524fcc86b7d5ab9e830323a07473f92b Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 29 Feb 2016 09:50:17 -0500 Subject: [PATCH] remove exit - for now - when getting an error deploying --- lib/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deploy.js b/lib/deploy.js index 7d963554..b12668be 100644 --- a/lib/deploy.js +++ b/lib/deploy.js @@ -39,7 +39,7 @@ Deploy.prototype.deploy_contract = function(contractObject, contractParams, cb) else { console.log("error deploying"); console.log(e) - exit(); + //exit(); } };