diff options
| author | Saikari <[email protected]> | 2026-02-06 11:11:15 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-02-06 11:11:15 +0300 |
| commit | d49ea464353c5e63c95c77cc97d1827dd3df53ad (patch) | |
| tree | e7e62c2c19ec8678a08c2854c2c8e421ec44f857 /xmake/core/base/os.lua | |
| parent | da9078511fa52c95cf7e5aad21deb55b27e64488 (diff) | |
Resolve comments
Diffstat (limited to 'xmake/core/base/os.lua')
| -rw-r--r-- | xmake/core/base/os.lua | 3 |
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 |
