mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 15:01:52 +03:00
a5ccfa57a8
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.