mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 21:29:38 +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.