mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-19 05:03:46 +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)
|
print(prefix .. entry.name .. suffix)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
-- FIXME: Duplicates in directory listings when using `zip -r`
|
||||||
|
|
||||||
print("\nContents of `/`:")
|
print("\nContents of `/`:")
|
||||||
local assets = reader:listDirectory("/")
|
local assets = reader:listDirectory("/")
|
||||||
for _, entry in assets do
|
for _, entry in assets do
|
||||||
|
|
Loading…
Add table
Reference in a new issue