summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-06 11:11:15 +0300
committerSaikari <[email protected]>2026-02-06 11:11:15 +0300
commitd49ea464353c5e63c95c77cc97d1827dd3df53ad (patch)
treee7e62c2c19ec8678a08c2854c2c8e421ec44f857 /xmake/core/base/os.lua
parentda9078511fa52c95cf7e5aad21deb55b27e64488 (diff)
Resolve comments
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 0607bb209..ae730738e 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -994,8 +994,7 @@ function os.execv(program, argv, opt)
stderr = opt.stderr,
curdir = opt.curdir,
detach = opt.detach,
- exclusive = opt.exclusive,
- winos_error_mode_gui = opt.winos_error_mode_gui}
+ exclusive = opt.exclusive}
-- profile process performance
local runtime