-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix for #22 #25
fix for #22 #25
Conversation
works for me in linux needs to be tested on unix and windows
sometimes I hate git >_< |
I have now tested it on windows. Works as expected 😄 |
Is there any reason why this can't be merged? |
I'm a little dubious to merge - it feels a bit like a side effect. I wanted to do some proper research on this before deciding on what to do - which I realise now has been nearly a month, so not very fair to @paulpflug. The nodejs/node#2098 doesn't fill me with confidence about this patch. I'm not sure which way to go with it. Advice would be helpful 😄 |
I can fully understand that.. The underlying problem is, that
|
The problem is that
Since Note: if
Then, killing the So option 3 is: invoke processes with What do you think? |
@andrenarchy that was very helpful, I implemented the exec way.. very clean, thank you 😄 |
👍 |
Glad we got to the bottom of this 😄 |
@paulpflug you've got push access on here, and pub access on npm now. Feel free to add improvements as you see fit, but please avoid committing directly to master (unless its a release commit) - keep stuff to PRs for visibility. |
sounds reasonable 😄 |
Unfortunately, using For example, running |
We could catch |
Probably not a good idea. You'd have to catch all kinds of shell commands ( I'm also investigating if there's another way... |
Yeah this broke command chaining. |
works for me in linux
needs to be tested on unix and windows