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