Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 22, 2023
1 parent c27fa1d commit 0cbdf51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/node/cli.ts
Expand Up @@ -102,8 +102,8 @@ function cleanOptions<Options extends GlobalCLIOptions>(
return ret
}

/***
* host may be a number(like 0), should convert to string
/**
* host may be a number (like 0), should convert to string
*/
const convertHost = (v: any) => {
if (typeof v === 'number') {
Expand Down

0 comments on commit 0cbdf51

Please sign in to comment.