diff options
| author | ruki <[email protected]> | 2020-05-31 11:04:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-31 11:04:42 +0800 |
| commit | e92e78dfddbc77ce69c8963731a2b7a798f3a0c6 (patch) | |
| tree | 10b4bbedfea0d56b1eeaf883b5b1a5db5cc22efd /xmake/actions/require/impl/package.lua | |
| parent | bd6bda1b207af221c574d4f85639cdf46f01710f (diff) | |
improve runjobs
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index 4293377b3..8f7671e60 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -631,7 +631,7 @@ function _install_packages(packages_install, packages_download) packages_installing[index] = nil packages_downloading[index] = nil - end, {total = #packages_install, comax = (option.get("verbose") or option.get("diagnosis")) and 1 or 4, timer = function (running_jobs_indices) + end, {total = #packages_install, comax = (option.get("verbose") or option.get("diagnosis")) and 1 or 4, on_timer = function (running_jobs_indices) -- do not print progress info if be verbose if option.get("verbose") or not show_wait then |
