You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/Cline.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1932,7 +1932,7 @@ export class Cline extends EventEmitter<ClineEvents> {
1932
1932
// if there's no assistant_responses, that means we got no text or tool_use content blocks from API which we should assume is an error
1933
1933
awaitthis.say(
1934
1934
"error",
1935
-
"Oops! Something went wrong. Please check the notifications on the bottom right of the screen for more details, or contact PearAI Support on Discord.",
1935
+
"Oops! Something went wrong. Please check the notifications on the bottom right of the window for more details, or contact PearAI Support on Discord.",
0 commit comments