Fix summary showing all zeros: count unhandled statuses, clean up format
- Default case in handleResult now increments skipped_other - Summary only shows non-zero categories (cleaner output) - Applied count always shown Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -312,6 +312,7 @@ async function handleResult(job, result, results, settings, profile, apiKey) {
|
||||
console.warn(` ⚠️ Unhandled status: ${status}`);
|
||||
updateJobStatus(job.id, status, { title, company });
|
||||
appendLog({ ...job, title, company, status });
|
||||
results.skipped_other++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user