mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
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…
x
Reference in New Issue
Block a user