mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
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);
|
cb(contract.address);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//console.log(arguments);
|
console.log("error deploying");
|
||||||
//console.log("error deploying");
|
console.log(e)
|
||||||
//exit();
|
exit();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user