fix(FN-4802): align hybridExecutor type with createServer signature
Fusion-Task-Id: FN-4802 Fusion-Task-Lineage: a1436633-8000-4b3a-8d22-dcc28be69bcd
This commit is contained in:
committed by
gsxdsm
parent
f84c048fe2
commit
63502600db
@@ -1506,7 +1506,7 @@ export async function runDashboard(port: number, opts: { paused?: boolean; dev?:
|
||||
// Start engines for all registered projects eagerly
|
||||
await engineManager.startAll();
|
||||
|
||||
let hybridExecutor: HybridExecutor | null = null;
|
||||
let hybridExecutor: HybridExecutor | undefined = undefined;
|
||||
const hybridGate = await shouldUseHybridExecutor(centralCoreForEngine);
|
||||
logSink.log(
|
||||
`hybrid executor gate: enabled=${hybridGate.enabled} reason=${hybridGate.reason}`,
|
||||
|
||||
Reference in New Issue
Block a user