MCPcopy 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

notifySaveErrorFunction · 0.45
flushFunction · 0.45
useVoiceInputFunction · 0.45

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected