Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
14
export
function
markUnhandledError(): void {
15
hasUnhandledError = true;
16
}
17
18
/**
19
* Check
if
any unhandled errors occurred during execution.
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected