Skip to content

Commit

Permalink
chore: new line for non-existent url (#7308)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Mar 13, 2022
1 parent 6bc45a2 commit 522faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/assetImportMetaUrl.ts
Expand Up @@ -63,7 +63,7 @@ export function assetImportMetaUrlPlugin(config: ResolvedConfig): Plugin {
// in which we can resort to the initial URL and let it resolve in runtime
const builtUrl = await fileToUrl(file, config, this).catch(() => {
config.logger.warnOnce(
`${exp} doesn't exist at build time, it will remain unchanged to be resolved at runtime`
`\n${exp} doesn't exist at build time, it will remain unchanged to be resolved at runtime`
)
return url
})
Expand Down

0 comments on commit 522faf8

Please sign in to comment.