From 4ff5a915c909c99722e4448ef08ff43b00ce6d64 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 7 Dec 2022 01:34:32 -0300 Subject: [PATCH] emit log on not found --- config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.lua b/config.lua index 8759268..cac9ac6 100644 --- a/config.lua +++ b/config.lua @@ -21,6 +21,8 @@ local function findConfigFile() local data = fd:read("*a") fd:close() return data + else + log('config not found at ' .. possible_config_path) end end