summaryrefslogtreecommitdiff
path: root/xmake/actions/require/impl
diff options
context:
space:
mode:
authorruki <[email protected]>2018-11-24 23:10:40 +0800
committerruki <[email protected]>2018-11-24 23:10:40 +0800
commitcfdac0d58e2977eabb0bb9210bd2f888ee87ba8b (patch)
tree90aa847e2ccfc57d930181ef145439ba1398b03a /xmake/actions/require/impl
parent0eec3811e9574d506c11c662889b3e0802f6b09e (diff)
improve install tips
Diffstat (limited to 'xmake/actions/require/impl')
-rw-r--r--xmake/actions/require/impl/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua
index a94d10bae..98e30cc03 100644
--- a/xmake/actions/require/impl/package.lua
+++ b/xmake/actions/require/impl/package.lua
@@ -336,7 +336,7 @@ function _get_confirm(packages)
-- show tips
cprint("${bright yellow}note: ${default yellow}try installing these packages (pass -y to skip confirm)?")
for _, package in ipairs(packages) do
- print(" -> %s %s", package:name(), package:version_str() or "")
+ print(" -> %s %s %s", package:name(), package:version_str() or "", package:debug() and "(debug)" or "")
end
cprint("please input: y (y/n)")