Install plugin from marketplace if not available
Summary: For the Flipper Server Companion, if a plugin is being requested which is not yet installed, try to install it first from the marketplace. Reviewed By: passy Differential Revision: D37716962 fbshipit-source-id: d618fbc597f82b540dbb02e8ffc296dcee9e1eb9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c91c766b12
commit
18854ce5fc
@@ -63,7 +63,7 @@ export function attachSocketServer(
|
||||
flipperServerCompanion = new FlipperServerCompanion(
|
||||
server,
|
||||
getLogger(),
|
||||
companionEnv.pluginInitializer.initialPlugins,
|
||||
companionEnv,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user