mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(examples): add FIXME note for future self
This commit is contained in:
parent
10a399c91f
commit
895cd63fee
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue