Browse Source
- Added custom error handler for electron-unhandled to suppress EPIPE errors - Added process.stdout and process.stderr error handlers for EPIPE - EPIPE errors are common in AppImages due to console output pipe issues - App now runs cleanly without unhandled error dialogs Resolves console output errors that were causing unhandled error dialogs in the distributed AppImage while maintaining proper error logging for other types of errors.streamline-attempt
1 changed files with 26 additions and 1 deletions
Loading…
Reference in new issue