Skip to content

Commit

Permalink
chore: full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 8, 2022
1 parent 67637da commit d0bb04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export async function createServer(
throw new Error('cannot print server URLs in middleware mode.')
} else {
throw new Error(
'cannot print server URLs before server.listen is called'
'cannot print server URLs before server.listen is called.'
)
}
},
Expand Down

0 comments on commit d0bb04f

Please sign in to comment.