summaryrefslogtreecommitdiff
path: root/xmake/actions/global
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 08:30:08 +0800
committerruki <[email protected]>2016-07-14 08:30:08 +0800
commite20c540cbde1694c683bbc3b8c19158bbde57985 (patch)
treed7331ebdd2f7dc1f9efeea7f0862488ba77560fb /xmake/actions/global
parent375e6543b6ababe4dd84692456e71886cb857188 (diff)
add colors for actions and plugins
Diffstat (limited to 'xmake/actions/global')
-rwxr-xr-xxmake/actions/global/main.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/actions/global/main.lua b/xmake/actions/global/main.lua
index a71a1d2ef..e44ada394 100755
--- a/xmake/actions/global/main.lua
+++ b/xmake/actions/global/main.lua
@@ -60,6 +60,5 @@ function main()
global.dump()
-- trace
- print("configure ok!")
-
+ cprint("${bright}configure ok!")
end