diff options
Diffstat (limited to 'xmake/core/sandbox/modules/process.lua')
| -rw-r--r-- | xmake/core/sandbox/modules/process.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmake/core/sandbox/modules/process.lua b/xmake/core/sandbox/modules/process.lua index 12ae20fad..28d814078 100644 --- a/xmake/core/sandbox/modules/process.lua +++ b/xmake/core/sandbox/modules/process.lua @@ -121,11 +121,8 @@ function sandbox_process.waitlist(processes, timeout) raise("wait processes(%d) failed(%d)", #processes, count) end - -- check infos - assert(infos and count == #infos) - -- timeout or finished - return count, infos + return infos end -- return module |
