summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
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/plugins/project/main.lua
parent375e6543b6ababe4dd84692456e71886cb857188 (diff)
add colors for actions and plugins
Diffstat (limited to 'xmake/plugins/project/main.lua')
-rwxr-xr-xxmake/plugins/project/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index 06de449b4..850089b1e 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -70,5 +70,5 @@ function main()
_make(option.get("kind"))
-- trace
- print("create ok!")
+ cprint("${bright}create ok!")
end