mirror of https://github.com/embarklabs/embark.git
Merge pull request #907 from embark-framework/bug_fix/upload-cmd-ens-setprovider-missing
upload command should unconditionally start the "namingSystem" service
This commit is contained in:
commit
1fd3cd268f
|
@ -487,9 +487,7 @@ class EmbarkController {
|
||||||
engine.startService("deployment");
|
engine.startService("deployment");
|
||||||
engine.startService("storage");
|
engine.startService("storage");
|
||||||
engine.startService("codeGenerator");
|
engine.startService("codeGenerator");
|
||||||
if(options.ensDomain) {
|
engine.startService("namingSystem");
|
||||||
engine.startService("namingSystem");
|
|
||||||
}
|
|
||||||
callback();
|
callback();
|
||||||
},
|
},
|
||||||
function listLoadedPlugin(callback) {
|
function listLoadedPlugin(callback) {
|
||||||
|
|
Loading…
Reference in New Issue