refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -63,10 +63,10 @@ export async function handlePortError(
if (details) {
runtime.error(info("Port listener details:"));
runtime.error(details);
if (/moltbot|src\/index\.ts|dist\/index\.js/.test(details)) {
if (/openclaw|src\/index\.ts|dist\/index\.js/.test(details)) {
runtime.error(
warn(
"It looks like another moltbot instance is already running. Stop it or pick a different port.",
"It looks like another OpenClaw instance is already running. Stop it or pick a different port.",
),
);
}