fix: remove double spaces in nitrogen logs
Removes unnecessary spaces when creating a Nitro Module using nitrogen (see screenshot below).
If these spaces were intentional, feel free to close this PR. I just started trying Nitro Modules and noticed it. I'd love to learn and contribute to this project. Looks like a great, easy first contribution!
@AgustinMJ is attempting to deploy a commit to the Margelo Team on Vercel.
A member of the Team first needs to authorize it.
hm, some terminals render this incorrectly as 1-width instead of 2-width. I use macOS default Terminal.app, and without the double space some emojis render as one width, even if there is a space.
We could try if replacing the extra space with \u200A or \u200B (zero-width) works consistently for all terminals?
hm, some terminals render this incorrectly as 1-width instead of 2-width. I use macOS default Terminal.app, and without the double space some emojis render as one width, even if there is a space.
We could try if replacing the extra space with
\u200Aor\u200B(zero-width) works consistently for all terminals?
will have a look! thanks for checking!