merge develop branch
This commit is contained in:
commit
65f6827b05
|
@ -152,7 +152,7 @@ class Embark {
|
|||
callback();
|
||||
},
|
||||
function deploy(callback) {
|
||||
engine.deployManager.deployContracts(function () {
|
||||
engine.deployManager.deployContracts(function (err) {
|
||||
callback(err);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue