milo task status

This commit is contained in:
kepler155c@gmail.com
2019-03-06 11:48:45 -05:00
parent fcb6914276
commit 76367eb8c9
3 changed files with 62 additions and 1 deletions

View File

@@ -237,7 +237,7 @@ function Storage:listItems(throttle)
return self.cache
end
local timer = Util.Timer()
local timer = Util.timer()
local cache = { }
throttle = throttle or Util.throttle()