Skip to content

Commit

Permalink
Update packages/pretty-reporter/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lev Chelyadinov <[email protected]>
  • Loading branch information
daniilsapa and illright authored Jan 11, 2025
1 parent a58aa82 commit b1df9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pretty-reporter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function formatPretty(diagnostics: Array<Diagnostic>, cwd: string) {
footer +
'\n ' +
(collapsedDiagnosticsCount < initialDiagnosticsCount
? `${pc.reset(initialDiagnosticsCount - collapsedDiagnosticsCount)} diagnostics are not shown in the report as they exceed the limit allowed by Steiger`
? `${pc.reset(initialDiagnosticsCount - collapsedDiagnosticsCount)} diagnostics are not shown, use ${pc.bold(pc.green('--reporter json'))} to see them.`
: '')
)
}
Expand Down

0 comments on commit b1df9d4

Please sign in to comment.