1.7.10 compatibility

This commit is contained in:
kepler155c
2018-02-24 15:02:56 -05:00
parent 3926ee1705
commit 2bf2e41ee6
2 changed files with 17 additions and 12 deletions

View File

@@ -1078,8 +1078,9 @@ function listingPage:applyFilter()
end
-- randomly errors in 1.7x with "you are not attached to this computer"
print('Inspecting machines')
local retryCount = 0
for _ = 1, 3 do
while true do
Util.clear(machines)
local s, m = pcall(findMachines)
if not s and m then