We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8aa4b4 commit a622b57Copy full SHA for a622b57
src/core/webview/ClineProvider.ts
@@ -556,7 +556,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
556
557
// Check if local dev server is running.
558
try {
559
- await axios.get(`http://${localServerUrl}`)
+ axios.get(`http://${localServerUrl}`)
560
} catch (error) {
561
vscode.window.showErrorMessage(t("common:errors.hmr_not_running"))
562
0 commit comments