mirror of
https://github.com/yuangyaa/openclaw.git
synced 2026-08-28 10:30:06 +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