summaryrefslogtreecommitdiff
path: root/xmake/core/base/utils.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-06 00:01:11 +0800
committerruki <[email protected]>2020-02-07 22:45:57 +0800
commitd40841b322485ec4200a857979b2ea77677a906a (patch)
tree9e11ff1f9f974c59cf3d0fccd9991f0918b93e4a /xmake/core/base/utils.lua
parenta1e36f03bcae56c52c36ca1692725330cd173043 (diff)
add onext for async/runjobs
Diffstat (limited to 'xmake/core/base/utils.lua')
-rw-r--r--xmake/core/base/utils.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua
index dda5077d3..2c83d759f 100644
--- a/xmake/core/base/utils.lua
+++ b/xmake/core/base/utils.lua
@@ -307,7 +307,7 @@ function utils.confirm(opt)
else
utils.cprint("${bright color.warning}note: ${clear}%s (pass -y or --confirm=y/n/d to skip confirm)?", description)
end
- utils.cprint("please input: %s (y/n)", default and "y" or "n")
+ utils.cprint("please input: ${bright}%s${clear} (y/n)", default and "y" or "n")
-- get answer
io.flush()