diff --git a/src/core/customBlock.ts b/src/core/customBlock.ts index 51fb48b6..6f55c2d8 100644 --- a/src/core/customBlock.ts +++ b/src/core/customBlock.ts @@ -68,7 +68,7 @@ function parseCustomBlock( } } else { console.error( - `⚠️ unplugin-vue-router: Invalid "lang" of <${block.type}> in ${filePath}. Supported languages are: json5, json, yaml, yml.` + `⚠️ unplugin-vue-router: Language "${lang}" for <${block.type}> is not supported. Supported languages are: json5, json, yaml, yml. Found in in ${filePath}.` ) } }