Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Mar 12, 2024
1 parent 4fcd62e commit 48c3a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/lib/reports/log-stdout-summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function logCategories({ categories, plugins }: ScoredReport): void {
log(chalk.magentaBright.bold('Categories'));
log();
table.render();
log(' ');
log();
}

function applyScoreColor({ score, text }: { score: number; text?: string }) {
Expand Down

0 comments on commit 48c3a63

Please sign in to comment.