Skip to content

Commit a5b262a

Browse files
committed
Fixed missing break
1 parent e719934 commit a5b262a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
10501050
case "postEditDelaySeconds":
10511051
await this.updateGlobalState("postEditDelaySeconds", message.value ?? 0)
10521052
await this.postStateToWebview()
1053+
break
10531054
case "preferredLanguage":
10541055
await this.updateGlobalState("preferredLanguage", message.text)
10551056
await this.postStateToWebview()

0 commit comments

Comments
 (0)