-
Notifications
You must be signed in to change notification settings - Fork 48
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
coco process stderr #168
Comments
Running the same thing (with "coco.cmd" → "coco") gives me:
What's coco.cmd? Is this on Windows? |
Yes, forgot to mention it, sorry. Windows XP SP3 When I try to spawn "coco" I get
And "coco.cmd" somehow works. My windows PATH points to btw. in your output shouldn't PS |
nodejs/node-v0.x-archive#3871 might be related?
Probably because Changing
to
makes the exit happen last. |
this also applies when I try to run, say, |
I'm running windows 7, and the same thing happens on vista. |
I know what could be the problem. I have encountered a similar problem with my own program spawning my other program. I did If I executed my other program directly from command line everything was fine. Removing |
Thanks for the links. Can you check if that commit works? |
Yes, but now when I go back to previous version everything is working fine too. I will reboot and try again. |
It seems that your commit doesn't work now in my case. When I switch Anyways I would wait for @Nami-Doc to test this. |
Uh huh:
So apparently the |
I see. To be honest I didn't focus on the first paragraph. I meant:
And I didn't test |
What now? |
Yes, this works :) |
Thanks - I'll check this ASAP |
I spawn child_process of
coco
. If there is an error stderr has only one line (manually executed has them more).Example code:
The text was updated successfully, but these errors were encountered: