diff options
| author | Saikari <[email protected]> | 2026-01-31 19:29:14 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-01-31 19:29:14 +0300 |
| commit | b56818e7a2f96f1750545deda8a0e7bae53baf68 (patch) | |
| tree | f836decc7abfd726c1168e28eccad62cd7ed0e1a /xmake/core/sandbox/modules | |
| parent | e494d44263b18e2981cb35041817b052a2bdda6a (diff) | |
add process retrieval for Windows in tty and winos modules
Diffstat (limited to 'xmake/core/sandbox/modules')
| -rw-r--r-- | xmake/core/sandbox/modules/winos.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/winos.lua b/xmake/core/sandbox/modules/winos.lua index fec1d07df..eddcf91d4 100644 --- a/xmake/core/sandbox/modules/winos.lua +++ b/xmake/core/sandbox/modules/winos.lua @@ -33,6 +33,7 @@ sandbox_winos.console_cp = winos.console_cp sandbox_winos.console_output_cp = winos.console_output_cp sandbox_winos.logical_drives = winos.logical_drives sandbox_winos.cmdargv = winos.cmdargv +sandbox_winos.processes = winos.processes sandbox_winos.inherit_handles_safely = winos.inherit_handles_safely -- get windows system version |
