We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitejs
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6851a70 commit 68aa9f8Copy full SHA for 68aa9f8
packages/vite/src/client/client.ts
@@ -103,7 +103,7 @@ function setupWebSocket(
103
notifyListeners('vite:ws:disconnect', { webSocket: socket })
104
105
if (hasDocument) {
106
- console.log(`[vite] server connection lost. polling for restart...`)
+ console.log(`[vite] server connection lost. Polling for restart...`)
107
await waitForSuccessfulPing(protocol, hostAndPath)
108
location.reload()
109
}
0 commit comments