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.
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