mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Merge pull request #2640 from blyxxyz/do-not-discard-error
Preserve error message for "other" I/O errors
This commit is contained in:
commit
7d899372a4
1 changed files with 0 additions and 1 deletions
|
@ -399,7 +399,6 @@ impl Display for UIoError {
|
|||
TimedOut => "Timed out",
|
||||
WriteZero => "Write zero",
|
||||
Interrupted => "Interrupted",
|
||||
Other => "Other",
|
||||
UnexpectedEof => "Unexpected end of file",
|
||||
_ => {
|
||||
// TODO: using `strip_errno()` causes the error message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue