Describe the bug
When stdout is a non-TTY pipe (i.e. CI), the output will sometimes be cut off before the end.
Reproduction
- Run
svelte-check against a project that emits ≥1000 ERROR/WARNING diagnostics.
- Invoke as
svelte-check --output machine-verbose with stdout piped (not a TTY).
- Inspect the captured stdout. Sometimes the output ends mid-stream.
Expected behaviour
The COMPLETED summary line should always be outputted.
System Info
- OS: Linux/Ubuntu (CI)
- IDE: CLI
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response
Describe the bug
When stdout is a non-TTY pipe (i.e. CI), the output will sometimes be cut off before the end.
Reproduction
svelte-checkagainst a project that emits ≥1000ERROR/WARNINGdiagnostics.svelte-check --output machine-verbosewith stdout piped (not a TTY).Expected behaviour
The
COMPLETEDsummary line should always be outputted.System Info
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response