Skip to content

Commit

Permalink
fix: typo in client log (#17363)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Jun 10, 2024
1 parent 6851a70 commit 68aa9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function setupWebSocket(
notifyListeners('vite:ws:disconnect', { webSocket: socket })

if (hasDocument) {
console.log(`[vite] server connection lost. polling for restart...`)
console.log(`[vite] server connection lost. Polling for restart...`)
await waitForSuccessfulPing(protocol, hostAndPath)
location.reload()
}
Expand Down

0 comments on commit 68aa9f8

Please sign in to comment.