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
EPIPE and EIO have different semantics: EPIPE means the consumer chose
to stop reading (exit 0), but EIO means output was lost/incomplete due
to an I/O failure, which should signal failure to callers in scripts
and CI pipelines.
0 commit comments