From f28812205edc2f2cf5a99e59f5106617ab179c0b Mon Sep 17 00:00:00 2001 From: WahPlus <162732679+WahPlus@users.noreply.github.com> Date: Thu, 25 Sep 2025 08:37:52 +0300 Subject: [PATCH] Made log.lua make the halyde/logs directory if it's not present --- lib/log.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/log.lua b/lib/log.lua index 8630ed2..9d08aee 100644 --- a/lib/log.lua +++ b/lib/log.lua @@ -11,6 +11,8 @@ else gpu = loadfile("/lib/component.lua")(loadfile).gpu end +fs.makeDirectory("halyde/logs") -- Git likes to not clone empty directories + local resX, resY = gpu.getResolution() local log = {} if not _G.logSettings then