summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-12-15 21:34:07 +0800
committerruki <[email protected]>2018-12-15 21:34:07 +0800
commit0f6831e7e277cf1ef2148e1594363ceb27d79bc6 (patch)
treee3ebc3d4bca06bc705e9e0ee4574868d9e8f9c02
parent301c9cbf5690f17e8f977a5208ea687a99e73513 (diff)
improve error tips
-rw-r--r--xmake/actions/install/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/install/main.lua b/xmake/actions/install/main.lua
index 994e86e95..29572cf44 100644
--- a/xmake/actions/install/main.lua
+++ b/xmake/actions/install/main.lua
@@ -95,7 +95,7 @@ function main()
function (errors)
-- trace
- cprint(errors)
+ vprint(errors)
-- try get privilege
if privilege.get() then