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

Function printManualInstructions

packages/cli/src/auth/browser.ts:30–37  ·  view source on GitHub ↗
(url: string, detail?: string)

Source from the content-addressed store, hash-verified

28}
29
30function printManualInstructions(url: string, detail?: string): void {
31 if (detail) {
32 console.error(c.warn(`Could not open browser automatically (${detail}).`));
33 } else {
34 console.error(c.warn("Browser auto-open is disabled."));
35 }
36 console.error(`Open this URL manually to continue:\n ${c.accent(url)}`);
37}

Callers 1

openBrowserFunction · 0.85

Calls 2

errorMethod · 0.80
warnMethod · 0.80

Tested by

no test coverage detected