Skip to content

Commit

Permalink
🐞 fix(uninstall): 刷新流
Browse files Browse the repository at this point in the history
莫名其妙的就需要刷新一下才输出
  • Loading branch information
Yue-bin committed Sep 21, 2024
1 parent 485e0d0 commit b7a1f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ local function do_uninstall()
-- 解析prefix
local prefix = find_option_with_value(arg, "--prefix") or "/"
io.stdout:write("Do you want to remove the config file? [y/N]: ")
io.stdout:flush()
local answer = io.stdin:read()
if answer == "y" then
-- 卸载conf
Expand Down

0 comments on commit b7a1f4d

Please sign in to comment.