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

Function onUnhandled

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

Source from the content-addressed store, hash-verified

1428
1429 const unhandled: unknown[] = [];
1430 const onUnhandled = (reason: unknown) => void unhandled.push(reason);
1431 process.on("unhandledRejection", onUnhandled);
1432 const result = yield* Effect.gen(function* () {
1433 faults.failReads({

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected