mirror of
https://github.com/yuangyaa/openclaw.git
synced 2026-07-14 11:07:29 +08:00
When account.token is undefined (e.g. missing botToken config), calling .trim() directly throws "Cannot read properties of undefined". Use nullish coalescing to fall back to empty string before trimming. Closes #31944