kimi-code/packages/agent-core/test/logging
Kai f0c8a103c6
fix: preserve the crash error in diagnostic logs on unexpected exit (#1757)
The TUI crash path (uncaughtException / unhandledRejection) logged the
error into an asynchronously-drained sink and then called process.exit()
on the same tick, so the one line explaining the crash was never written
to disk. Flush the diagnostic logs synchronously before exiting.
2026-07-16 01:26:27 +08:00
..
formatter.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
logger.test.ts fix: preserve the crash error in diagnostic logs on unexpected exit (#1757) 2026-07-16 01:26:27 +08:00
sinks.test.ts refactor: unify path normalization with pathe (#84) 2026-05-27 11:53:24 +08:00