Commit Graph

1 Commits

Author SHA1 Message Date
Richard A
bef24dc4b0 fix(gateway): install unhandled rejection handler in macOS daemon (#3815)
The gateway daemon entrypoint did not call installUnhandledRejectionHandler(),
causing transient fetch/network errors to crash the process. The CLI and relay
paths already install it; this adds the same protection to the daemon path.

Closes #3815
2026-01-29 20:57:32 +04:00