From 895cd63fee3070583a614a30813b2fe696e2e9a7 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 30 Dec 2024 11:27:09 +0000 Subject: [PATCH] chore(examples): add FIXME note for future self --- examples/tour.luau | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/tour.luau b/examples/tour.luau index 1e592ad..1169025 100644 --- a/examples/tour.luau +++ b/examples/tour.luau @@ -11,6 +11,8 @@ reader:walk(function(entry, depth) print(prefix .. entry.name .. suffix) end) +-- FIXME: Duplicates in directory listings when using `zip -r` + print("\nContents of `/`:") local assets = reader:listDirectory("/") for _, entry in assets do