debug ci again
This commit is contained in:
@@ -38,7 +38,7 @@ end
|
||||
print("Writing to %s/%s%s", lfs.currentdir(), buildPath, sourceFileName)
|
||||
|
||||
local sourceFileName = "basalt.lua"
|
||||
local sourceFile = io.open(buildPath .. sourceFileName, "w")
|
||||
local sourceFile = io.open(sourceFileName, "w")
|
||||
|
||||
sourceFile:write(compiledSource)
|
||||
sourceFile:close()
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user