mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
Fix Unexpected error for 1453 on Windows (#23729)
This commit is contained in:
committed by
Alex Rønne Petersen
parent
8a5f834240
commit
8717453208
@@ -687,6 +687,7 @@ pub fn WriteFile(
|
||||
.INVALID_HANDLE => return error.NotOpenForWriting,
|
||||
.LOCK_VIOLATION => return error.LockViolation,
|
||||
.NETNAME_DELETED => return error.ConnectionResetByPeer,
|
||||
.WORKING_SET_QUOTA => return error.SystemResources,
|
||||
else => |err| return unexpectedError(err),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user