mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
handle error on deploy all
This commit is contained in:
parent
e44bd3a22e
commit
df7ff3916f
@ -162,6 +162,11 @@ Deploy.prototype.deployAll = function(done) {
|
||||
self.checkAndDeployContract(contract, null, callback);
|
||||
},
|
||||
function(err, results) {
|
||||
if (err) {
|
||||
self.logger.error("error deploying contracts");
|
||||
self.logger.error(err.message);
|
||||
self.logger.debug(err.stack);
|
||||
}
|
||||
self.logger.info("finished");
|
||||
self.logger.trace(arguments);
|
||||
done();
|
||||
|
Loading…
x
Reference in New Issue
Block a user