mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 21:13:24 +00:00
Fix Unexpected error for 1453 on Windows (#23729)
This commit is contained in:
parent
cc381d56a6
commit
9f7c8b8b1b
@ -695,6 +695,7 @@ pub fn WriteFile(
|
||||
.LOCK_VIOLATION => return error.LockViolation,
|
||||
.NETNAME_DELETED => return error.ConnectionResetByPeer,
|
||||
.ACCESS_DENIED => return error.AccessDenied,
|
||||
.WORKING_SET_QUOTA => return error.SystemResources,
|
||||
else => |err| return unexpectedError(err),
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user