diff options
| -rw-r--r-- | mmm/mmmfs/meta.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mmm/mmmfs/meta.moon b/mmm/mmmfs/meta.moon index 75e47f3..f24fa3f 100644 --- a/mmm/mmmfs/meta.moon +++ b/mmm/mmmfs/meta.moon @@ -32,6 +32,7 @@ get_meta = (fileder, path) -> -- search until closest non-meta ancestor for ancestor in yield_ancestors fileder.root, max_path break if guard_self and ancestor.path == max_path + continue if ancestor == fileder if result = ancestor\walk path coroutine.yield result |
