Skip to content

Commit

Permalink
feat: warm lof icon ⚠️
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jun 17, 2024
1 parent 6d31af0 commit 792f77f
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 @@ -179,7 +179,7 @@ export async function getBaseEnvInfo() {
volarExtensions = paserExtensionList(getVolarExtensions(extensions))[0] || null
}
else {
warmList.push(yellow(' 未找到vscode, 无法获取插件信息, 请自行补充vscode插件信息'))
warmList.push(yellow(' ⚠️ 未找到vscode, 无法获取插件信息, 请自行补充vscode插件信息'))
}

const pm = await whichPm()
Expand Down

0 comments on commit 792f77f

Please sign in to comment.