summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules/interpreter
diff options
context:
space:
mode:
authorruki <[email protected]>2018-01-27 00:26:03 +0800
committerruki <[email protected]>2018-01-27 00:26:03 +0800
commit25f2dfa8baa7121817dd1d614bfd15dc2cb12f00 (patch)
treefe1376b8689e4ba908dc4f82d68782b99474d52a /xmake/core/sandbox/modules/interpreter
parentaeae3a633365811cdc138b537942ef12e2218fd0 (diff)
add os.filesize and modify changelogs
Diffstat (limited to 'xmake/core/sandbox/modules/interpreter')
-rw-r--r--xmake/core/sandbox/modules/interpreter/os.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/interpreter/os.lua b/xmake/core/sandbox/modules/interpreter/os.lua
index 3ec2cf120..abb45d36d 100644
--- a/xmake/core/sandbox/modules/interpreter/os.lua
+++ b/xmake/core/sandbox/modules/interpreter/os.lua
@@ -43,6 +43,7 @@ sandbox_os.isfile = os.isfile
sandbox_os.exists = os.exists
sandbox_os.curdir = os.curdir
sandbox_os.tmpdir = os.tmpdir
+sandbox_os.filesize = os.filesize
sandbox_os.programdir = os.programdir
sandbox_os.programfile = os.programfile
sandbox_os.projectdir = os.projectdir