emit log on not found
This commit is contained in:
parent
374871578d
commit
4ff5a915c9
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ local function findConfigFile()
|
||||||
local data = fd:read("*a")
|
local data = fd:read("*a")
|
||||||
fd:close()
|
fd:close()
|
||||||
return data
|
return data
|
||||||
|
else
|
||||||
|
log('config not found at ' .. possible_config_path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue