Skip to content

Why are there so many blank lines printed on the console after the project is launched? #560

@Alixhan

Description

@Alixhan

Describe the bug

After the project is integrated with vite-plugin-checker, many blank lines are printed in the console when the project is started.

Reproduction

vite.config.ts

 checker({
      vueTsc: {
        buildMode: true
      }
    })

After launched:
There are many blank lines.

Image

Expected behavior

Blank lines should not be printed.

System Info

windows11, vite7.1.2, vite-plugin-checker 0.10.2,

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions