Skip to content

Commit

Permalink
feat: change loading icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jun 11, 2024
1 parent ab7a3cf commit 9c2a64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/info/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function getErrorExtensions(argv: string) {
const loading = ora('正在获取插件信息...').start()
const vscodeInfo = await getVSCodeInfo()
if (!vscodeInfo) {
loading.fail('未找到vscode, 无法获取插件信息, 请自行补充vscode插件信息')
loading.warn('未找到vscode, 无法获取插件信息, 请自行补充vscode插件信息')
return { errorExtensions: [], volarExtensions: [] }
}
const extensions = await getVSCodeExtensions(vscodeInfo!.path)
Expand Down

0 comments on commit 9c2a64e

Please sign in to comment.