-
Notifications
You must be signed in to change notification settings - Fork 12
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
Separator gets added to the output #48
Comments
🎉 This issue has been resolved in version 2.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@kreuzerk Apparently it works in tests but not in my repo. Not sure how to customize it in source code. |
@kreuzerk Can you re-open this story? It's still reproducable with the latest update. |
@kreuzerk do you observe same error in project (not tests) when specifying empty separator with --separator '' ? |
Nevermind, seems like --separator '' on windows is treated not as empty string but as string with two quotes inside |
For me it adds a null when running on windows npx import-conductor --separator '' As i'm using it with lint-staged, i'll just add a space instead.
|
Describe the bug
with empty separator, eg --separator '' - wierd string added to the output
Steps to reproduce
before run:
after 1st run:
after 2nd run
Expected behavior
Just new line should be added
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: