diff options
Diffstat (limited to 'files.moon')
| -rw-r--r-- | files.moon | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ _BROWSE_CACHE = {} -- Create a fake file and put it in the cache Files.spoof = (filename, contents)-> - print("SPOOFING #{filename}") _SPOOFED_FILES[filename] = contents return contents |
