debugger cleanup + ls now supports date
This commit is contained in:
@@ -65,4 +65,10 @@ return {
|
||||
realPath = function(...) return ... end,
|
||||
remove = function(a) fs.delete(a) return true end,
|
||||
size = fs.getSize,
|
||||
attributes = function(f)
|
||||
local s, m = pcall(fs.attributes, f)
|
||||
if s then
|
||||
return m
|
||||
end
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user