-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
A space is missing between and and the number of warnings:
====================================
svelte-check found 11 errors and0 warnings
ELIFECYCLE Command failed with exit code 1.
Reproduction
$ svelte-kit sync && svelte-check --tsconfig ./tsconfig.json
Expected behaviour
====================================
svelte-check found 11 errors and 0 warnings
ELIFECYCLE Command failed with exit code 1.
System Info
- OS: macOS 12.6
- IDE: VSCode
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
| `${errorCount} ${errorCount === 1 ? 'error' : 'errors'} and`, |
Should be:
`${errorCount} ${errorCount === 1 ? 'error' : 'errors'} and `,
lx4r and theoludwig
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers