Skip to content

Commit

Permalink
chore(config): improve the readability of warning messages (#14594)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Oct 12, 2023
1 parent ea47b8f commit b43b4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,8 @@ export function resolveBaseUrl(
logger.warn(
colors.yellow(
colors.bold(
`(!) invalid "base" option: ${base}. The value can only be an absolute ` +
`URL, ./, or an empty string.`,
`(!) invalid "base" option: "${base}". The value can only be an absolute ` +
`URL, "./", or an empty string.`,
),
),
)
Expand Down

0 comments on commit b43b4df

Please sign in to comment.