Made log.lua make the halyde/logs directory if it's not present
This commit is contained in:
@@ -11,6 +11,8 @@ else
|
|||||||
gpu = loadfile("/lib/component.lua")(loadfile).gpu
|
gpu = loadfile("/lib/component.lua")(loadfile).gpu
|
||||||
end
|
end
|
||||||
|
|
||||||
|
fs.makeDirectory("halyde/logs") -- Git likes to not clone empty directories
|
||||||
|
|
||||||
local resX, resY = gpu.getResolution()
|
local resX, resY = gpu.getResolution()
|
||||||
local log = {}
|
local log = {}
|
||||||
if not _G.logSettings then
|
if not _G.logSettings then
|
||||||
|
|||||||
Reference in New Issue
Block a user