Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 59e77aa

Browse files
committed
Merge remote-tracking branch 'origin/bb/diagnostics' into bb/diagnostics
2 parents 85bd021 + c7b9522 commit 59e77aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/webview/__tests__/webviewMessageHandler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ describe("webviewMessageHandler - downloadErrorDiagnostics", () => {
802802
const [writtenPath, writtenContent] = writeFileSpy.mock.calls[0]
803803
expect(String(writtenPath)).toContain("roo-diagnostics-")
804804
expect(String(writtenContent)).toContain(
805-
"// You can share this with with Roo Code Support to diagnose the issue faster",
805+
"// Please share this file with Roo Code Support (support@roocode.com) to diagnose the issue faster",
806806
)
807807
expect(String(writtenContent)).toContain('"error":')
808808
expect(String(writtenContent)).toContain('"history":')

0 commit comments

Comments
 (0)