mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 01:00:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| modes | ||
| utils | ||
| cli.ts | ||
| config.ts | ||
| index.ts | ||
| main.ts | ||