-
Notifications
You must be signed in to change notification settings - Fork 78
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
Output ends up in "err" instead of "out" on macos even when exitCode equals 0 #252
Comments
This is by design as the underlying Took me a while when creating this library to find this out. |
See this issue for example: docker/compose#7346 |
Random thought: we could have an option to redirect to |
Well I've already implemented this on my side of the code but it would be neat if it was supported by the package itself |
Would you mind sharing it or sending a PR? |
Well it is very basic at the moment
tldr; |
Hello can i have this issue ? |
@Crakleurs thanks, it would be great if you would take this over |
When using this package on mac os I've noticed that the output of the command "compose.upAll()" returns an object where exitCode equals 0 and the content ends up in the err instead of out
The containers start perfectly and seem the be fine.
When breaking in the code I do see childProc.stderr event handler is emitting chunks. See: line:204
I'm running on mac os 13.5.1 (22G90)
package version: ^0.24.2
node version: v18.17.1
docker-compose I've used to test this package
The text was updated successfully, but these errors were encountered: