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

Better handling of stdout messages from child_process calls. #70

Closed
theenoahmason opened this issue Jun 5, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@theenoahmason
Copy link
Member

Right now, we are inheriting stdio from child_process exec calls, causing them to be printed in line instead of through webpack's infrastructure logger.

We can pipe stdio to capture these messages and print them ourselves for better devex.

@theenoahmason theenoahmason added the enhancement New feature or request label Jun 5, 2024
@theenoahmason theenoahmason self-assigned this Jun 5, 2024
@theenoahmason
Copy link
Member Author

Fixed by #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant