MCPcopy
hub / github.com/callstack/agent-device / handleStartupError

Function handleStartupError

src/bin.ts:119–122  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

117}
118
119function handleStartupError(error: unknown): void {
120 process.stderr.write(`${error instanceof Error ? error.message : String(error)}\n`);
121 process.exit(1);
122}

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected