mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 00:21:23 +00:00
chore: rename project to clawdbot
This commit is contained in:
@@ -85,10 +85,10 @@ export async function handlePortError(
|
||||
if (details) {
|
||||
runtime.error(info("Port listener details:"));
|
||||
runtime.error(details);
|
||||
if (/clawdis|src\/index\.ts|dist\/index\.js/.test(details)) {
|
||||
if (/clawdbot|src\/index\.ts|dist\/index\.js/.test(details)) {
|
||||
runtime.error(
|
||||
warn(
|
||||
"It looks like another clawdis instance is already running. Stop it or pick a different port.",
|
||||
"It looks like another clawdbot instance is already running. Stop it or pick a different port.",
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user