emit log on not found

This commit is contained in:
Luna 2022-12-07 01:34:32 -03:00
parent 374871578d
commit 4ff5a915c9

View file

@ -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