Remove stale TODO
Reviewed By: passy Differential Revision: D36441402 fbshipit-source-id: 5b0a7ed035a68d75e4c86c56686e302a80bd9fd0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eabc1c556e
commit
810e5840c6
@@ -431,8 +431,7 @@ export class FlipperServerImpl implements FlipperServer {
|
|||||||
'plugin-source': (path) => this.pluginManager.loadSource(path),
|
'plugin-source': (path) => this.pluginManager.loadSource(path),
|
||||||
'plugins-server-add-on-start': (pluginName, details, owner) =>
|
'plugins-server-add-on-start': (pluginName, details, owner) =>
|
||||||
this.pluginManager.startServerAddOn(pluginName, details, owner),
|
this.pluginManager.startServerAddOn(pluginName, details, owner),
|
||||||
// TODO: Figure out if it needs to be async
|
'plugins-server-add-on-stop': (pluginName, owner) =>
|
||||||
'plugins-server-add-on-stop': async (pluginName, owner) =>
|
|
||||||
this.pluginManager.stopServerAddOn(pluginName, owner),
|
this.pluginManager.stopServerAddOn(pluginName, owner),
|
||||||
'plugins-server-add-on-request-response': async (payload) => {
|
'plugins-server-add-on-request-response': async (payload) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user