openclaw/extensions/msteams
Brad Groux 03c64df39f
fix(msteams): use formatUnknownError instead of String(err) for error logging (#59321)
Replaces String(err) with the existing formatUnknownError() utility across
the msteams extension to prevent [object Object] appearing in error logs
when non-Error objects are caught (e.g., Axios errors, Bot Framework SDK
error objects).

Fixes #53910

thanks @bradgroux
2026-04-01 21:06:44 -05:00
..
src fix(msteams): use formatUnknownError instead of String(err) for error logging (#59321) 2026-04-01 21:06:44 -05:00
CHANGELOG.md build: bump version to 2026.4.1-beta.1 2026-04-01 15:09:19 +01:00
api.ts
channel-config-api.ts refactor: move channel config metadata into plugin-owned manifests 2026-03-27 01:59:30 +00:00
index.ts
openclaw.plugin.json
package.json build: prepare 2026.4.1-beta.1 release 2026-04-01 15:09:19 +01:00
runtime-api.ts fix(plugin-sdk): remove relative extension boundary escapes (#51939) 2026-03-21 20:03:18 -05:00
setup-entry.ts
test-api.ts refactor: route plugin runtime through bundled seams 2026-03-27 16:40:27 +00:00