mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 14:30:44 +00:00
Replace bare `new Error("Command lane cleared")` with a dedicated
`CommandLaneClearedError` class so callers that fire-and-forget
enqueued tasks can catch this specific type and avoid surfacing
unhandled rejection warnings.