You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ignore stdout flush errors when stdout was already closed
- Added check to capture if stdout was closed before utility execution using fcntl on Unix.
- Modified flush error handling to ignore EBADF errors when stdout was pre-closed, avoiding false failures for silent commands.
0 commit comments