diff options
| author | ruki <[email protected]> | 2018-12-15 21:34:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-15 21:34:07 +0800 |
| commit | 0f6831e7e277cf1ef2148e1594363ceb27d79bc6 (patch) | |
| tree | e3ebc3d4bca06bc705e9e0ee4574868d9e8f9c02 | |
| parent | 301c9cbf5690f17e8f977a5208ea687a99e73513 (diff) | |
improve error tips
| -rw-r--r-- | xmake/actions/install/main.lua | 2 |
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 |
