MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / waitForChildClose

Function waitForChildClose

packages/cli/src/commands/preview.ts:712–716  ·  view source on GitHub ↗
(child: StudioChildProcess)

Source from the content-addressed store, hash-verified

710}
711
712function waitForChildClose(child: StudioChildProcess): Promise<void> {
713 return new Promise<void>((resolveClose) => {
714 child.on("close", () => resolveClose());
715 });
716}
717
718function attachStudioReadyHandler(
719 child: StudioChildProcess,

Callers 2

runDevModeFunction · 0.85
runLocalStudioModeFunction · 0.85

Calls 1

onMethod · 0.65

Tested by

no test coverage detected