We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbda574 commit 8d07675Copy full SHA for 8d07675
packages/@vuepress/core/lib/node/theme-api/index.js
@@ -80,8 +80,8 @@ module.exports = class ThemeAPI {
80
isInternal: true
81
}
82
logger.warn(
83
- `[vuepress] Cannot resolve Layout.vue file in \n ${Layout.path}, `
84
- + `fallback to default layout: ${fallbackLayoutPath}`
+ `[vuepress] Cannot resolve Layout.vue file in \n ${layoutDirs.join('\n')}, `
+ + `\n fallback to default layout: ${fallbackLayoutPath}`
85
)
86
87
if (!NotFound) {
0 commit comments