Small fixes
A selection of 80 fixes from 174 pull requests.
15.An error wrapped as an error
A handler’s “missing” error reached callers as a Cause object. Completing with failCause preserves the original failure instead of wrapping its description as a new error.
11entry.completeUnsafe(exitFail(cause) as any)entry.completeUnsafe(Exit.failCause(cause) as any)