diff options
author | chai <chaifix@163.com> | 2019-02-10 22:07:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-10 22:07:51 +0800 |
commit | 9a97533dedd1e3e8d75ef4f0dc7935201a5dba2b (patch) | |
tree | 926fa2d182af7c1bd3c3899369d8c0e85773cd9c /src/libjin-lua/scripts/path/path.lua | |
parent | 63547185567a4bc9c66ad2420134e2dc4a1a58ba (diff) |
*格式化
Diffstat (limited to 'src/libjin-lua/scripts/path/path.lua')
-rw-r--r-- | src/libjin-lua/scripts/path/path.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin-lua/scripts/path/path.lua b/src/libjin-lua/scripts/path/path.lua index c6bcf41..e979114 100644 --- a/src/libjin-lua/scripts/path/path.lua +++ b/src/libjin-lua/scripts/path/path.lua @@ -6,5 +6,5 @@ jin.cwd = jin.args['cwd'] or '.' -- Get full path of a given path. function jin.path.full(path) - return jin.cwd .. '/' .. path + return jin.cwd .. '/' .. path end |