From a19cddfc3766a4ab18d4cb5a293d53525f7e8331 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:03:50 +0200 Subject: [PATCH] Update basaltPackager.lua --- basaltPackager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/basaltPackager.lua b/basaltPackager.lua index 8d74cef..6a6ec87 100644 --- a/basaltPackager.lua +++ b/basaltPackager.lua @@ -475,6 +475,7 @@ local function writeNewPackage(subdir, name, path) else outputFile:write(fileData:gsub("]]", "] ]"):gsub("]]", "] ]").."\n") end + fileData.close() outputFile:write("end; \n") end end