diff options
Diffstat (limited to 'files.lua')
| -rw-r--r-- | files.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ Files.walk = function(path, flush_cache) _BROWSE_CACHE = { } end local files - if path == 'stdin' then + if path == 'stdin' or _SPOOFED_FILES[path] then files = { path } |
