MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / onError

Function onError

frameworks/react-ssr-node/http.jsx:32–35  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

30 stream.pipe(res);
31 },
32 onError(err) {
33 didError = true;
34 console.error(err);
35 },
36 });
37 })
38 .listen(port);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected