1
0
Fork 0

Fix to prevent assigning to locals

This commit is contained in:
Jon Michael Aanes 2020-10-31 17:27:22 +01:00
parent c950fd6c00
commit aea282914e
1 changed files with 2 additions and 1 deletions

View File

@ -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.