nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3k stars 605 forks source link

chore: add missing space between two strings joined in logger.warn(). #2626

Closed GeniusCorn closed 1 month ago

GeniusCorn commented 2 months ago

🔗 Linked issue

❓ Type of change

📚 Description

There was a missing space between two strings joined using the join() method within the logger.warn() function call.

📝 Checklist