mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Add TODO for mod.require
This commit is contained in:
parent
a4118e04fe
commit
cefa8e64b9
@ -58,6 +58,8 @@ function init(modname)
|
||||
extend(modname, "main")
|
||||
end
|
||||
|
||||
-- TODO `require` relative to current mod
|
||||
|
||||
local warn_parent_leaf = "modlib: setting %s used both as parent setting and as leaf, ignoring children"
|
||||
local function build_tree(dict)
|
||||
local tree = {}
|
||||
|
Loading…
Reference in New Issue
Block a user