MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / onUnhandled

Function onUnhandled

packages/core/sdk/src/executor.test.ts:1320–1320  ·  view source on GitHub ↗
(reason: unknown)

Source from the content-addressed store, hash-verified

1318
1319 const unhandled: unknown[] = [];
1320 const onUnhandled = (reason: unknown) => void unhandled.push(reason);
1321 process.on("unhandledRejection", onUnhandled);
1322 const result = yield* Effect.gen(function* () {
1323 faults.failReads({

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected