Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ onError
Method
onError
src/node/services/coderService.ts:1090–1093 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1088
}
1089
1090
function
onError() {
1091
cleanup();
1092
resolveOnce({ exitCode: null, stdout, stderr });
1093
}
1094
1095
function
onClose(code: number | null) {
1096
cleanup();
Callers
5
notifySaveError
Function · 0.45
retryUserPreferenceHydration
Function · 0.45
flush
Function · 0.45
createUserPreferenceSaveQueue
Function · 0.45
useVoiceInput
Function · 0.45
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected