summaryrefslogtreecommitdiff
path: root/xmake/core/main.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/main.lua
parent5b1a9e54c3d97e08df6402baf22f528cf47ef1ae (diff)
update process
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 8c2ceb664..b6a2b8503 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -263,14 +263,10 @@ Or you can add `--root` option or XMAKE_ROOT=y to allow run as root temporarily.
end)
ok, errors = scheduler:runloop()
if not ok then
- process.killall()
utils.error(errors)
return -1
end
- -- kill all pending processes
- process.killall()
-
-- dump deprecated entries
deprecated.dump()