debug ci again

This commit is contained in:
Samkist
2022-06-03 03:46:03 -04:00
parent eb1d793ab1
commit 618d622fb2
2 changed files with 1 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ local basalt = io.open(sourcesPath .. basaltFileName, "w")
local compiledSource = ""
for _, file in ipairs(filesOrdered) do
print("Loading file ".. file)
local currentSource = io.open(sourcesPath .. file, "r")
compiledSource = compiledSource .. currentSource:read("*a") .. "\n"
end