diff options
| author | ruki <[email protected]> | 2016-07-13 10:19:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-13 10:19:43 +0800 |
| commit | ad41572d133d11d74e12d37e57d496aa26fe76db (patch) | |
| tree | 531322956699aff2365ce3111e5ea5c64b9e9ba0 /xmake/core/sandbox/modules/process.lua | |
| parent | c0f02d4654ea2b46732eacbacce8fc9ee80c6e9a (diff) | |
rewrite scheduling for compiling
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 |
