Sort list of files used in generated table
This commit is contained in:
parent
4e42996d9a
commit
cce65aa6d3
|
@ -95,6 +95,7 @@ local function get_link(file, element)
|
|||
end
|
||||
|
||||
local all_files = get_all_files("./lib/", "lua")
|
||||
table.sort(all_files)
|
||||
|
||||
local beautiful_vars = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue