mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 07:37:39 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -33,7 +33,7 @@ export async function startBrowserControlServerFromConfig(): Promise<BrowserServ
|
||||
const s = app.listen(port, "127.0.0.1", () => resolve(s));
|
||||
s.once("error", reject);
|
||||
}).catch((err) => {
|
||||
logServer.error(`clawd browser server failed to bind 127.0.0.1:${port}: ${String(err)}`);
|
||||
logServer.error(`openclaw browser server failed to bind 127.0.0.1:${port}: ${String(err)}`);
|
||||
return null;
|
||||
});
|
||||
|
||||
@@ -80,7 +80,7 @@ export async function stopBrowserControlServer(): Promise<void> {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
logServer.warn(`clawd browser stop failed: ${String(err)}`);
|
||||
logServer.warn(`openclaw browser stop failed: ${String(err)}`);
|
||||
}
|
||||
|
||||
if (current.server) {
|
||||
|
||||
Reference in New Issue
Block a user