Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
  • Loading branch information
patak-dev and bluwy committed Dec 11, 2023
1 parent 5ede827 commit 476dc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/fsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function getFsUtils(config: ResolvedConfig): FsUtils {
colors.yellow(
`${colors.bold(
`(!)`,
)} server.fs.cachedChecks isn't supported resolve.preserveSymlinks is false and root is symlinked\n`,
)} server.fs.cachedChecks isn't supported when resolve.preserveSymlinks is false and root is symlinked\n`,
),
)
fsUtils = commonFsUtils
Expand Down

0 comments on commit 476dc3b

Please sign in to comment.