This commit is contained in:
2025-11-06 19:24:34 +01:00
parent d7f267acf4
commit acd6162402
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -85,7 +85,6 @@ utils['these_latest'] = function( path )
local latest_path, latest_name = {}, {}
for i, file_path in ipairs( utils.latest_files( path ) ) do
file_path = file_path:gsub( path, "/" )
table.insert( latest_path, file_path)
local temp = ""