We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc339d commit 0bdb329Copy full SHA for 0bdb329
frameworks/Luau/lute/src/json.luau
@@ -28,7 +28,7 @@ local function alloc(len: number)
28
return
29
end
30
31
- while cursor + len < size do
+ while cursor + len > size do
32
size *= 2
33
34
0 commit comments