diff options
Diffstat (limited to 'files.lua')
| -rw-r--r-- | files.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,6 +160,9 @@ files.walk = function(path, flush_cache) end local iter iter = function(_files, i) + if not (_files) then + return + end i = i + 1 do local f = _files[i] |
