-
Notifications
You must be signed in to change notification settings - Fork 4
Issue 3: fixing attempt #8
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
base: master
Are you sure you want to change the base?
Conversation
… on Windows, looks like fixed
spawn.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be return '""';
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunatelly, it won't be compatible with Node (link). I think that's bug rather than a feature, but it would be better to clarify. I've already created an issue for that (nodejs/node-v0.x-archive#7138) and got no answer.
What about adding a link to this issue in comments?
@joshski as nodejs/node-v0.x-archive#7138 is now closed, I've added proper handling for empty arguments (together with test). Would you mind taking a look and merging it? I close #7, because it's a strict subset of this pull request. |
This is based on #7 - I've added one more specific test and arguments escaping.