fix duplicate plugin loading
s-ol
1 year, 29 days ago
31 | 31 |
-- search until closest non-meta ancestor
|
32 | 32 |
for ancestor in yield_ancestors fileder.root, max_path
|
33 | 33 |
break if guard_self and ancestor.path == max_path
|
|
34 |
continue if ancestor == fileder
|
34 | 35 |
|
35 | 36 |
if result = ancestor\walk path
|
36 | 37 |
coroutine.yield result
|