mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
fix error
This commit is contained in:
@@ -35,7 +35,7 @@ function Async.parallelLimit(tasks, limit, cb)
|
||||
local queue, results = {}, {}
|
||||
|
||||
for i=1, #tasks, 1 do
|
||||
queue[queue + 1] = tasks[i]
|
||||
queue[#queue + 1] = tasks[i]
|
||||
end
|
||||
|
||||
local function processQueue()
|
||||
|
||||
Reference in New Issue
Block a user