Skip to content

Commit

Permalink
chore: tweak warning message
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
  • Loading branch information
sapphi-red and bluwy committed Jul 10, 2022
1 parent 0eda071 commit 608181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/watch.ts
Expand Up @@ -26,7 +26,7 @@ export function resolveChokidarOptions(
logger.warn(
colors.yellow(
colors.bold(`(!) `) +
'Default file system watching might not work with your setup due to the limitation of WSL2. ' +
'Default file system watching might not work with your setup due to a limitation of WSL2. ' +
'HMR and other features will not work when file system watching is not working. ' +
`To suppress this warning, set true or false to "${optionName}.usePolling". ` +
'More information: https://vitejs.dev/config/server-options.html#server-watch'
Expand Down

0 comments on commit 608181c

Please sign in to comment.