fix: typo in client log (#17363) · vitejs/vite@68aa9f8 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 68aa9f8
fix: typo in client log (#17363)
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -103,7 +103,7 @@ function setupWebSocket( | ||
| 103 | 103 | notifyListeners('vite:ws:disconnect', { webSocket: socket }) |
| 104 | 104 | |
| 105 | 105 | if (hasDocument) { |
| 106 | -console.log(`[vite] server connection lost. polling for restart...`) | |
| 106 | +console.log(`[vite] server connection lost. Polling for restart...`) | |
| 107 | 107 | await waitForSuccessfulPing(protocol, hostAndPath) |
| 108 | 108 | location.reload() |
| 109 | 109 | } |