fix(coding-agent): handle async fs.watch error events in theme watcher

closes #2791
This commit is contained in:
Mario Zechner
2026-04-04 20:51:34 +02:00
parent 72a43dc063
commit 5e5eeb9603
3 changed files with 115 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- RpcClient now forwards subprocess stderr to parent process in real-time ([#2805](https://github.com/badlogic/pi-mono/issues/2805))
- Theme file watcher now handles async `fs.watch` error events instead of crashing the process ([#2791](https://github.com/badlogic/pi-mono/issues/2791))
## [0.65.0] - 2026-04-03