We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0983bed commit 5238279Copy full SHA for 5238279
1 file changed
modules/DependencyControl/ConfigHandler.moon
@@ -54,7 +54,7 @@ class ConfigHandler
54
__newindex: (tbl, k, v) ->
55
upKeys, parent = {}, tbl.__parent
56
-- trace back to defaults entry, pick up the keys along the path
57
- while parent
+ while parent.__parent
58
tbl = parent
59
upKeys[#upKeys+1] = tbl.__key
60
parent = tbl.__parent
0 commit comments