mirror of https://github.com/embarklabs/embark.git
`embark upload` unconditionally starts the "namingSystem" service
This commit is contained in:
parent
e744a24557
commit
79af0c0186
|
@ -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