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

chore(vite): remove newline on server urls #759

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

ferferga
Copy link
Contributor

While working on unocss/unocss#4361 (which takes great inspiration from Vue Devtools, thanks!), I noticed that there is a newline character that introduces trailing between the console output of any other Vite plugin. We seem to assume that Vue Devtools is the only plugin that will print to the console, however that might not always be true (as seen in the linked's PR screenshot).

Though the issue this PR is tackling is a nitpick, I believe it's better to no show any space at all between the help commands rather than force all plugins to have enforce: 'pre' or mess up with the "styling" of the console output.

@ferferga ferferga changed the title chore(vite): remove newline chore(vite): remove newline on server urls Dec 30, 2024
Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 7b72cd8
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/6772c4c531b77d0008a252a5

@webfansplz webfansplz merged commit c823a87 into vuejs:main Dec 31, 2024
4 checks passed
@ferferga ferferga deleted the remove-log-newline branch December 31, 2024 09:16
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

Successfully merging this pull request may close these issues.

2 participants