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

Convert shell commands to use child_process.spawn instead of exec #53

Closed
jakecraige opened this issue Sep 4, 2014 · 1 comment
Closed

Comments

@jakecraige
Copy link
Contributor

This will allow us to stream the output of the commands through rather than delaying it till the command finishes. It's just better UX really

@jakecraige
Copy link
Contributor Author

We're seeing some issues post iOS8 with the buffer overflowing from output. A simple fix is to raise the amount allocated, though getting this in would future proof it forever

edit: The overflow should be fixed with the 0.0.13 release

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

No branches or pull requests

2 participants