Set the right environment info for headless builds
Summary: The isHeadlessBuild flag was not properly set. Reviewed By: antonk52 Differential Revision: D45728435 fbshipit-source-id: 3616c4358114d4f3d96372766dabf48b27b44333
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1086e05ba0
commit
b94f6b6152
@@ -182,6 +182,7 @@ async function getFlipperServer(
|
||||
false,
|
||||
keytar,
|
||||
'embedded',
|
||||
environmentInfo.isHeadlessBuild,
|
||||
);
|
||||
|
||||
const companionEnv = await initCompanionEnv(server);
|
||||
|
||||
Reference in New Issue
Block a user