Skip to content

Commit fb53d33

Browse files
committed
Missed a spot in ClineProvider
1 parent 6a0f221 commit fb53d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
17851785
const mode = message.mode ?? defaultModeSlug
17861786
const customModes = await this.customModesManager.getCustomModes()
17871787

1788-
const rooIgnoreInstructions = this.cline?.rooIgnoreController?.getInstructions()
1788+
const rooIgnoreInstructions = this.getCurrentCline()?.rooIgnoreController?.getInstructions()
17891789

17901790
const systemPrompt = await SYSTEM_PROMPT(
17911791
this.context,

0 commit comments

Comments
 (0)