Skip to content

Commit

Permalink
Update Source.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSageEqualToHeaven authored Mar 27, 2024
1 parent 9617b0b commit 586599d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ local function luau_deserialize(bytecode, luau_settings)

local sizelineinfo = absoffset + intervals * 4; --// sizeof(int)

local lineinfo = {}
local abslineinfo = {}
local lineinfo = table_create(sizecode)
local abslineinfo = table_create(intervals)

local lastoffset = 0
for j = 1, sizecode do
Expand Down

0 comments on commit 586599d

Please sign in to comment.