Files
pi/packages/coding-agent/src
T
Mario Zechner 7323af1f69 fixes #161: stop theme watcher and exit cleanly in print mode
The theme file watcher was keeping the Node.js process alive indefinitely
even in print mode where hot-reload is unnecessary. This simple fix calls
stopThemeWatcher() and process.exit(0) after print mode completes.

- Added stopThemeWatcher() call after runPrintMode() completes
- Added process.exit(0) to ensure clean process termination
- Imported stopThemeWatcher from theme module

This is a minimal fix that addresses the symptom (process hanging) without
changing the theme initialization logic.
7323af1f69 ยท 2025-12-10 21:16:47 +01:00
History
..
2025-12-10 20:36:19 +01:00
2025-12-09 01:28:06 +01:00