content icon indicating copy to clipboard operation
content copied to clipboard

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

Open GeniusCorn opened this issue 1 year ago • 0 comments

🔗 Linked issue

❓ Type of change

  • [ ] 📖 Documentation (updates to the documentation or readme)
  • [x] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [ ] 👌 Enhancement (improving an existing functionality like performance)
  • [ ] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

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

📝 Checklist

  • [ ] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

GeniusCorn avatar Apr 27 '24 12:04 GeniusCorn