Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ onError
Function
onError
apps/cli/src/daemon.test.ts:118–118 ·
view source on GitHub ↗
(error: Error)
Source
from the content-addressed store, hash-verified
116
response.end();
117
});
118
const
onError = (error: Error) => reject(error);
119
server.once(
"error"
, onError);
120
server.listen(0,
"127.0.0.1"
, () => {
121
server.off(
"error"
, onError);
Callers
nothing calls this directly
Calls
1
reject
Function · 0.85
Tested by
no test coverage detected