From d2ff28dda7598cbac7e126d655454d8883d76d6d Mon Sep 17 00:00:00 2001 From: Stephen Chen Date: Tue, 3 Feb 2026 21:02:25 -0800 Subject: [PATCH] Make openclaw consistent in this file (#8533) Co-authored-by: stephenchen2025 --- src/browser/client-fetch.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/client-fetch.ts b/src/browser/client-fetch.ts index f621cc970e..d9530892f3 100644 --- a/src/browser/client-fetch.ts +++ b/src/browser/client-fetch.ts @@ -23,10 +23,10 @@ function enhanceBrowserFetchError(url: string, err: unknown, timeoutMs: number): msgLower.includes("aborterror"); if (looksLikeTimeout) { return new Error( - `Can't reach the openclaw browser control service (timed out after ${timeoutMs}ms). ${hint}`, + `Can't reach the OpenClaw browser control service (timed out after ${timeoutMs}ms). ${hint}`, ); } - return new Error(`Can't reach the openclaw browser control service. ${hint} (${msg})`); + return new Error(`Can't reach the OpenClaw browser control service. ${hint} (${msg})`); } async function fetchHttpJson(