mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
Fixes missing error prong in std.os.send.
This commit is contained in:
parent
fc3508b7e8
commit
819f2a01a1
@ -4853,6 +4853,7 @@ pub fn send(
|
||||
error.NotDir => unreachable,
|
||||
error.NetworkUnreachable => unreachable,
|
||||
error.AddressNotAvailable => unreachable,
|
||||
error.SocketNotConnected => unreachable,
|
||||
else => |e| return e,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user