mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 04:31:27 +00:00
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("storage");
|
||||
engine.startService("codeGenerator");
|
||||
if(options.ensDomain) {
|
||||
engine.startService("namingSystem");
|
||||
}
|
||||
engine.startService("namingSystem");
|
||||
callback();
|
||||
},
|
||||
function listLoadedPlugin(callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user