diff options
| author | ruki <[email protected]> | 2018-11-11 11:17:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-11 11:17:03 +0800 |
| commit | 6f57cba00405992727fc09a65cfbe13152db0e8f (patch) | |
| tree | bf19eac54b0b76d521b4ba3ab00dedbae0ed91b6 | |
| parent | a41d0d97d5c540e76da294eae8bfe0ea163fcc87 (diff) | |
modify tips info for update
| -rw-r--r-- | xmake/actions/update/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index 411fc7ff8..0b2a1acb9 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -68,7 +68,7 @@ function _sudo(cmd) end -- show tips - cprint("${bright red}error: ${default red}run `%s` failed, may permission denied!", cmd) + cprint("\r${bright red}error: ${default red}run `%s` failed, may permission denied!", cmd) -- continue to install with administrator permission? if sudo.has() then |
