Skip to content

Commit 540e946

Browse files
committed
Fixed getOutputSoFar(true). It's good to test stuff...
1 parent 1e8d9a6 commit 540e946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preprocess.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ end
10921092

10931093
function copyArray(t)
10941094
local copy = {}
1095-
for i, v in ipairs(table_name) do
1095+
for i, v in ipairs(t) do
10961096
copy[i] = v
10971097
end
10981098
return copy

0 commit comments

Comments
 (0)