Update: 调整msg

This commit is contained in:
王立帮
2024-08-24 02:38:10 +08:00
parent 3ac587207e
commit e1246aee3f
4 changed files with 5 additions and 5 deletions

View File

@@ -65,9 +65,9 @@ class FSBoardExt extends FSBoard {
this.#shell_.exec(command)
.then((info) => {
if (info.code) {
statusBarTerminal.addValue(`\n==${Msg.Lang['dushell.downloadFailed']}==\n`);
statusBarTerminal.addValue(`\n==${Msg.Lang['shell.downloadFailed']}==\n`);
} else {
statusBarTerminal.addValue(`\n==${Msg.Lang['shell.burdownloadSucc']}(${Msg.Lang['shell.timeCost']} ${info.time})==\n`);
statusBarTerminal.addValue(`\n==${Msg.Lang['shell.downloadSucc']}(${Msg.Lang['shell.timeCost']} ${info.time})==\n`);
}
})
.catch(Debug.error)