diff options
| author | ruki <[email protected]> | 2021-12-18 23:17:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-18 23:17:45 +0800 |
| commit | e02a05e5fa50f21a6d4128582bf8a15141d6a763 (patch) | |
| tree | 79e7ed1eaabe8b28b15bcab32a964641ea0acc26 /xmake/core/base/os.lua | |
| parent | 7be1bc272914b757a4a7fe1792f7590de4a91cdf (diff) | |
fix term mode
Diffstat (limited to 'xmake/core/base/os.lua')
| -rw-r--r-- | xmake/core/base/os.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 5c3057e5a..18b59f61c 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -761,8 +761,6 @@ function os.execv(program, argv, opt) -- cannot execute process return nil, os.strerror() end - - -- ok? return ok end |
