Skip to content

Commit

Permalink
improve tips
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Mar 14, 2024
1 parent 5f4ef58 commit 7cf2ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/ui/application.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {...}
Expand Down

0 comments on commit 7cf2ec4

Please sign in to comment.