Fix to prevent assigning to locals
This commit is contained in:
parent
c950fd6c00
commit
aea282914e
|
@ -82,7 +82,8 @@ local function package_config ()
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
local iterate_files_in_subfiles = function (...)
|
local iterate_files_in_subfiles
|
||||||
|
function iterate_files_in_subfiles (...)
|
||||||
-- This outer function is a wrapper, that lazily loads the correct
|
-- This outer function is a wrapper, that lazily loads the correct
|
||||||
-- version of the iterate function, based on the availability of
|
-- version of the iterate function, based on the availability of
|
||||||
-- the commands.
|
-- the commands.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user