aboutsummaryrefslogtreecommitdiff
path: root/files.moon
diff options
context:
space:
mode:
Diffstat (limited to 'files.moon')
-rw-r--r--files.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/files.moon b/files.moon
index 6f06c8c..ad1956b 100644
--- a/files.moon
+++ b/files.moon
@@ -98,6 +98,7 @@ files.walk = (path, flush_cache=false)->
for nomsupath in package.nomsupath\gmatch("[^;]+")
if _files = browse(nomsupath.."/"..path) then break
iter = (_files, i)->
+ return unless _files
i += 1
if f = _files[i]
return i, f