mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 07:07:39 +00:00
chore: rename project to clawdbot
This commit is contained in:
@@ -277,7 +277,7 @@ function createProfileContext(
|
||||
// HTTP responds but WebSocket fails - port in use by something else
|
||||
if (!profileState.running) {
|
||||
throw new Error(
|
||||
`Port ${profile.cdpPort} is in use for profile "${profile.name}" but not by clawdis. ` +
|
||||
`Port ${profile.cdpPort} is in use for profile "${profile.name}" but not by clawdbot. ` +
|
||||
`Run action=reset-profile profile=${profile.name} to kill the process.`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user