about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.lua b/app.lua
index 271fdc3..725d380 100644
--- a/app.lua
+++ b/app.lua
@@ -510,6 +510,7 @@ function App.disable_tests()
         return --[[status]] true
       end
   App.files = nativefs.getDirectoryItems
+  App.file_info = nativefs.getInfo
   App.mkdir = nativefs.createDirectory
   App.remove = nativefs.remove
   App.source_dir = love.filesystem.getSource()..'/'  -- '/' should work even on Windows