diff options
| author | Opportunity <[email protected]> | 2020-05-24 01:30:38 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-05-25 20:12:28 +0800 |
| commit | fe8e6ea390531932439ba772b2ac434f38e8a2bd (patch) | |
| tree | 70e445ea88ea644e4a1efbe020d7f71bed5c2d58 /xmake/plugins | |
| parent | 05b37be8865ff1af2051766a835e7576a6780e55 (diff) | |
A better progress indicator
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/repo/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/repo/main.lua b/xmake/plugins/repo/main.lua index e873d0f64..94aab3b11 100644 --- a/xmake/plugins/repo/main.lua +++ b/xmake/plugins/repo/main.lua @@ -133,7 +133,7 @@ function _update() if option.get("verbose") then task() else - runjobs("update repo", task, {showtips = true}) + runjobs("update repo", task, {progress = true}) end -- leave environment |
