Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't console.error anything if there are no errors/warnings to report #84

Closed
lesha-co opened this issue Oct 19, 2023 · 1 comment
Closed

Comments

@lesha-co
Copy link

I just don't like empty lines in output.
Can you please check if msg.output is empty and skip console.error call if it is?

console.error(pc.isColorSupported ? msg.output.pretty : msg.output.standard);

@jgoz jgoz closed this as completed in 60af049 May 11, 2024
@jgoz
Copy link
Owner

jgoz commented May 11, 2024

Hi there, I started checking for empty strings in @jgoz/esbuild-plugin-typecheck@3.1.2. Please give it a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants