summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-23 21:00:47 +0800
committerruki <[email protected]>2020-03-23 00:04:45 +0800
commit32d75762f2fe48cf413132d935d0834d7e3d5e6e (patch)
treefcb42ea974c913c162c609877d4832707a2c65c0 /xmake/core/base/os.lua
parent5b1a9e54c3d97e08df6402baf22f528cf47ef1ae (diff)
update process
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 9f1f7fb85..940f99696 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -588,9 +588,6 @@ end
-- exit program
function os.exit(...)
- -- kill all pending processes first
- process.killall()
-
-- do exit
return os._exit(...)
end