mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-11 11:10:21 +00:00
785e7e6caf
When the parent process closes its stdout/stderr pipe (e.g. terminal exits, launch script terminates), process.stdout.write() throws an unhandled write EPIPE error that crashes the main process. Fixed by wrapping stdout/stderr writes in try/catch and adding silent error handlers on both child streams. Fixes #58757 (re-filed) Co-authored-by: bbSoyArch <bbsoyarch@users.noreply.github.com>