From b7a1f4d13050bac61bc47d6c34906bf6abf0930e Mon Sep 17 00:00:00 2001 From: Yue-bin <3103174284@qq.com> Date: Sat, 21 Sep 2024 22:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(uninstall):=20=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 莫名其妙的就需要刷新一下才输出 --- monap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/monap.lua b/monap.lua index 21e7b38..c03391a 100755 --- a/monap.lua +++ b/monap.lua @@ -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