mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 18:14:31 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -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.",
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user