Skip to content

fix(desktop): suppress EPIPE errors in console transport#25980

Merged
Brendonovich merged 1 commit intodevfrom
fix/desktop-broken-pipe-logging
May 6, 2026
Merged

fix(desktop): suppress EPIPE errors in console transport#25980
Brendonovich merged 1 commit intodevfrom
fix/desktop-broken-pipe-logging

Conversation

@Brendonovich
Copy link
Copy Markdown
Member

Prevents unhandled broken pipe (EPIPE) errors from crashing the Electron main process by wrapping the console transport write function and disabling console logging if a broken pipe occurs.

@Brendonovich Brendonovich requested a review from adamdotdevin as a code owner May 6, 2026 07:17
@Brendonovich Brendonovich merged commit 754a1fb into dev May 6, 2026
12 checks passed
@Brendonovich Brendonovich deleted the fix/desktop-broken-pipe-logging branch May 6, 2026 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packaged desktop app can crash in main process with write EPIPE from electron-log console transport

1 participant