aboutsummaryrefslogtreecommitdiff
path: root/files.lua
diff options
context:
space:
mode:
Diffstat (limited to 'files.lua')
-rw-r--r--files.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/files.lua b/files.lua
index 72d9a43..eaea883 100644
--- a/files.lua
+++ b/files.lua
@@ -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
}