This commit is contained in:
Robert Jelic
2025-02-18 19:24:27 +01:00
parent 62c4917425
commit be73664fca
2 changed files with 6 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ local function bundle()
table.insert(output, string.format(
'project["%s"] = function(...) %s end\n',
file.path, minified:gsub("\n", " ")
file.path, minified
))
end