diff options
| author | ruki <[email protected]> | 2024-03-14 22:39:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 22:39:31 +0800 |
| commit | 7cf2ec4434e99b302031e829400b72225f19b909 (patch) | |
| tree | dfb8668c9e778dc589a86bf788067a219222fac4 /xmake/core/ui/application.lua | |
| parent | 5f4ef580717ed3fb92435b505fc80f32acf70e99 (diff) | |
improve tips
Diffstat (limited to 'xmake/core/ui/application.lua')
| -rw-r--r-- | xmake/core/ui/application.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/ui/application.lua b/xmake/core/ui/application.lua index aab8acdeb..a35385ead 100644 --- a/xmake/core/ui/application.lua +++ b/xmake/core/ui/application.lua @@ -99,7 +99,7 @@ end -- run application function application:run(...) - assert(curses.done, "ncurses not found, please install it first and reinstall xmake.") + assert(curses.done, "ncurses not found, please install it first.") -- init runner local argv = {...} |
