merge develop branch

This commit is contained in:
Todd Baur 2017-03-30 20:29:55 +09:00
commit 65f6827b05
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class Embark {
callback();
},
function deploy(callback) {
engine.deployManager.deployContracts(function () {
engine.deployManager.deployContracts(function (err) {
callback(err);
});
}