diff options
| author | ruki <[email protected]> | 2020-05-27 12:30:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-27 12:30:04 +0800 |
| commit | 4fc3548931420eb7918b03bffecacbc36b4574cd (patch) | |
| tree | f624fdaba3a131d716a32509244c43492d17de59 /xmake/plugins | |
| parent | 29a19271875e045a85cc672c79b160fc1165c11a (diff) | |
| parent | fe8e6ea390531932439ba772b2ac434f38e8a2bd (diff) | |
Merge pull request #803 from OpportunityLiu/dev
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 |
