Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ hadUnhandledError
Function
hadUnhandledError
extensions/cli/src/util/errorState.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
* Called by gracefulExit() to determine the exit code.
21
*/
22
export
function
hadUnhandledError(): boolean {
23
return
hasUnhandledError;
24
}
Callers
1
gracefulExit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected