summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-20 00:44:24 +0800
committerruki <[email protected]>2019-09-19 22:26:27 +0800
commit9becb20295d0bec826f6aa89586aca1c67b264d2 (patch)
tree89b837e167d3ebec1f71ac0f63672ee4eb8fcaa1 /xmake/plugins/project/main.lua
parent3226821d7af1ce96347e93a3ead4e196618c54e5 (diff)
remove ok_hand
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 cfcf10c2b..0f55057b3 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -81,5 +81,5 @@ function main()
environment.leave("toolchains")
-- trace
- cprint("${bright}create ok!${ok_hand}")
+ cprint("${bright}create ok!")
end