Intergrate ServerAddOn with PluginManager
Reviewed By: lblasa Differential Revision: D34042338 fbshipit-source-id: 2ae3992738e647075f19c4dba0ebfb01e6c12b8f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
016299b374
commit
a60865f0be
@@ -421,7 +421,7 @@ export class FlipperServerImpl implements FlipperServer {
|
||||
'plugin-source': (path) => this.pluginManager.loadSource(path),
|
||||
'plugins-server-add-on-start': (pluginName) =>
|
||||
this.pluginManager.startServerAddOn(pluginName),
|
||||
'plugins-server-add-on-stop': (pluginName) =>
|
||||
'plugins-server-add-on-stop': async (pluginName) =>
|
||||
this.pluginManager.stopServerAddOn(pluginName),
|
||||
'doctor-get-healthchecks': getHealthChecks,
|
||||
'doctor-run-healthcheck': runHealthcheck,
|
||||
|
||||
Reference in New Issue
Block a user