MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / onShellError

Function onShellError

examples/remix/app/entry.server.tsx:73–75  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

71 pipe(body);
72 },
73 onShellError(error: unknown) {
74 reject(error);
75 },
76 onError(error: unknown) {
77 responseStatusCode = 500;
78 // Log streaming rendering errors from inside the shell. Don't log

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected