Fix error

This commit is contained in:
Jérémie N'gadi
2017-08-28 12:54:16 +02:00
parent 749bf802e3
commit 94082664fc
+1 -1
View File
@@ -33,7 +33,7 @@ end
function Async.parallelLimit(tasks, limit, cb)
if #tasks = 0 then
if #tasks == 0 then
cb({})
end