mirror of https://github.com/embarklabs/embark.git
add missing services start so console works with refactor changes
This commit is contained in:
parent
3465ab7265
commit
53aa433a5a
|
@ -259,6 +259,8 @@ class Embark {
|
|||
engine.logger.info(__("loaded plugins") + ": " + pluginList.join(", "));
|
||||
}
|
||||
|
||||
engine.startService("processManager");
|
||||
engine.startService("serviceMonitor");
|
||||
engine.startService("libraryManager");
|
||||
engine.startService("codeRunner");
|
||||
engine.startService("web3");
|
||||
|
|
Loading…
Reference in New Issue