summaryrefslogtreecommitdiff
path: root/xmake/actions/require/impl/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-05 00:46:10 +0800
committerruki <[email protected]>2019-04-04 22:37:05 +0800
commit9542305e19e902f7fa9e197c71ffe16ce5fe5a3e (patch)
treeff73fca6619bfefdc939fec9952056516d614a39 /xmake/actions/require/impl/package.lua
parentd256cfa354962ba27940ccad9df9a6cee788298c (diff)
fix install package tips
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
-rw-r--r--xmake/actions/require/impl/package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua
index 3a0eeb22e..af9208ac7 100644
--- a/xmake/actions/require/impl/package.lua
+++ b/xmake/actions/require/impl/package.lua
@@ -633,7 +633,6 @@ function _install_packages(packages_install, packages_download)
end
-- trace
- cprintf("\r${yellow} => ${clear}installing %s .. %s", table.concat(installing, ", "), waitchars[waitindex + 1])
cprintf("\r${yellow} => ${clear}")
if #downloading > 0 then
cprintf("downloading ${magenta}%s${clear}", table.concat(downloading, ", "))