mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-30 22:13:28 +08:00
fix: clarify loop status empty output
This commit is contained in:
committed by
Affaan Mustafa
parent
9aace2e6fe
commit
708a8fd715
@@ -551,7 +551,9 @@ function formatText(payload) {
|
||||
if (payload.sessions.length === 0) {
|
||||
const lines = [
|
||||
`ECC loop status (${payload.generatedAt})`,
|
||||
`No Claude transcript JSONL files found under ${payload.source.transcriptRoot}.`,
|
||||
skippedLines.length > 0
|
||||
? 'No readable Claude transcript JSONL files were found.'
|
||||
: `No Claude transcript JSONL files found under ${payload.source.transcriptRoot}.`,
|
||||
];
|
||||
if (skippedLines.length > 0) {
|
||||
lines.push('Skipped transcript errors:');
|
||||
|
||||
Reference in New Issue
Block a user