diff --git a/plugins/plugin-md-power/src/node/container/langRepl.ts b/plugins/plugin-md-power/src/node/container/langRepl.ts index 8714fd3e..a6e41585 100644 --- a/plugins/plugin-md-power/src/node/container/langRepl.ts +++ b/plugins/plugin-md-power/src/node/container/langRepl.ts @@ -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.`) }