From 8498d81f30855b666d3a2b8b8654f481dbffb34d Mon Sep 17 00:00:00 2001 From: zhang1106 <849185023@qq.com> Date: Wed, 18 Mar 2026 15:24:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=8F=90=E7=A4=BA=E4=B8=AD=E7=9A=84=E5=8F=8D?= =?UTF-8?q?=E5=BC=95=E5=8F=B7=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.js b/install.js index 724d24f..f20b93c 100644 --- a/install.js +++ b/install.js @@ -209,7 +209,7 @@ function askPassword(question, requireConfirm = false) { rl2.question(`${question}: `, { silent: true }, (password1) => { if (requireConfirm) { - rl2.question('请再次输入密码确认: `, { silent: true }, (password2) => { + rl2.question('请再次输入密码确认: ', { silent: true }, (password2) => { rl2.close(); if (password1 === password2) { resolve(password1);