Skip to content
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

sandbox - stderr is not piped to parent process #755

Closed
kip-13 opened this issue Sep 16, 2021 · 1 comment
Closed

sandbox - stderr is not piped to parent process #755

kip-13 opened this issue Sep 16, 2021 · 1 comment

Comments

@kip-13
Copy link

kip-13 commented Sep 16, 2021

The actual sandbox only handle data from stdout, it would be great if sdterr could be handle too, maybe with:

child.stdout.pipe(process.stdout)
child.stderr.pipe(process.stderr)
@kip-13
Copy link
Author

kip-13 commented Sep 16, 2021

this is important because, debug for example, use stderr as output for logging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants