mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Merge branch 'main' of https://github.com/filiptibell/lune
This commit is contained in:
commit
d2ed3bdd5d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export type WriteOptions = {
|
||||||
for _, entryName in fs.readDir("myDirName") do
|
for _, entryName in fs.readDir("myDirName") do
|
||||||
if fs.isFile("myDirName/" .. entryName) then
|
if fs.isFile("myDirName/" .. entryName) then
|
||||||
print("Found file " .. entryName)
|
print("Found file " .. entryName)
|
||||||
elseif if fs.isDir("myDirName/" .. entryName) then
|
elseif fs.isDir("myDirName/" .. entryName) then
|
||||||
print("Found subdirectory " .. entryName)
|
print("Found subdirectory " .. entryName)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue