diff options
| author | ruki <[email protected]> | 2018-01-27 00:26:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-27 00:26:03 +0800 |
| commit | 25f2dfa8baa7121817dd1d614bfd15dc2cb12f00 (patch) | |
| tree | fe1376b8689e4ba908dc4f82d68782b99474d52a /xmake/core/sandbox/modules/interpreter | |
| parent | aeae3a633365811cdc138b537942ef12e2218fd0 (diff) | |
add os.filesize and modify changelogs
Diffstat (limited to 'xmake/core/sandbox/modules/interpreter')
| -rw-r--r-- | xmake/core/sandbox/modules/interpreter/os.lua | 1 |
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 |
