MCPcopy
hub / github.com/continuedev/continue / markUnhandledError

Function markUnhandledError

extensions/cli/src/util/errorState.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 * Called by global error handlers in index.ts.
13 */
14export function markUnhandledError(): void {
15 hasUnhandledError = true;
16}
17
18/**
19 * Check if any unhandled errors occurred during execution.

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected