Skip to content

Commit 68aa9f8

Browse files
authored
fix: typo in client log (#17363)
1 parent 6851a70 commit 68aa9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/client/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function setupWebSocket(
103103
notifyListeners('vite:ws:disconnect', { webSocket: socket })
104104

105105
if (hasDocument) {
106-
console.log(`[vite] server connection lost. polling for restart...`)
106+
console.log(`[vite] server connection lost. Polling for restart...`)
107107
await waitForSuccessfulPing(protocol, hostAndPath)
108108
location.reload()
109109
}

0 commit comments

Comments
 (0)