Skip to content

Commit

Permalink
feat: config file hot update error prints error message (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Apr 15, 2024
1 parent d3dd4bc commit cd5adf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/plugin.ts
Expand Up @@ -384,6 +384,7 @@ export async function createVitePressPlugin(
try {
await resolveUserConfig(siteConfig.root, 'serve', 'development')
} catch (err: any) {
siteConfig.logger.error(err)
return
}

Expand Down

0 comments on commit cd5adf3

Please sign in to comment.