`embark upload` unconditionally starts the "namingSystem" service

This commit is contained in:
Michael Bradley, Jr 2018-09-25 11:09:38 -05:00
parent e744a24557
commit 79af0c0186
1 changed files with 1 additions and 3 deletions

View File

@ -487,9 +487,7 @@ class EmbarkController {
engine.startService("deployment");
engine.startService("storage");
engine.startService("codeGenerator");
if(options.ensDomain) {
engine.startService("namingSystem");
}
engine.startService("namingSystem");
callback();
},
function listLoadedPlugin(callback) {