test: fix uncovered line

This commit is contained in:
pengzhanbo 2025-03-30 00:51:58 +08:00
parent 54233a330f
commit 8edbcb828a

View File

@ -75,6 +75,7 @@ export async function langReplPlugin(app: App, md: markdownIt, {
data.grammars.rust = await readGrammar('rust')
}
catch {
/* istanbul ignore next -- @preserve */
logger.error('[vuepress-plugin-md-power]', `Failed to load packages: ${colors.green('tm-themes')}, ${colors.green('tm-grammars')}, Please install them manually.`)
}