mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-04 18:03:43 +00:00
add missing services start so console works with refactor changes
This commit is contained in:
parent
16b70be15d
commit
457594cfc6
@ -262,6 +262,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…
x
Reference in New Issue
Block a user