Skip to content

Commit

Permalink
chore: name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1198994985 committed Oct 23, 2023
1 parent d8862a3 commit 0b64657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function ipInterval(inputAppId: string) {
console.log(chalk.red(`\n启动异常: `));

if (typeof errMsg === 'string' && errMsg?.includes('401')) {
console.log(chalk.red(`1. 请执行 mong logout 清空本地登录缓存`));
console.log(chalk.red(`1. 请执行 mona logout 清空本地登录缓存`));
console.log(chalk.red(`2. mona login 登录`));
}

Expand Down

0 comments on commit 0b64657

Please sign in to comment.