()
| 42 | * Return the diagnostic log directory: `<dataDir>/logs/`. |
| 43 | */ |
| 44 | export function getLogDir(): string { |
| 45 | return join(getDataDir(), KIMI_CODE_LOG_DIR_NAME); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Return the CLI cache directory: `<dataDir>/cache/`. |
no test coverage detected