diff options
| author | ruki <[email protected]> | 2021-05-19 22:32:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-19 22:32:23 +0800 |
| commit | dbb5ca5a87167ac5869b71b16bb260320f231afd (patch) | |
| tree | 03573bc0cbc33c0edd42ae9fb92531e1a246994d /xmake/core/base/scheduler.lua | |
| parent | 45969bdf3890c1ee4d1614efd1eb9e9d9adc9093 (diff) | |
improve runjobs
Diffstat (limited to 'xmake/core/base/scheduler.lua')
| -rw-r--r-- | xmake/core/base/scheduler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/scheduler.lua b/xmake/core/base/scheduler.lua index c33b5c7f0..1165538d7 100644 --- a/xmake/core/base/scheduler.lua +++ b/xmake/core/base/scheduler.lua @@ -273,7 +273,7 @@ function scheduler:_co_curenvs_update(envs) -- get running coroutine local running = self:co_running() - if not running or not running:is_isolated() then + if not running then return end |
