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

Output only writes when process exits #31

Closed
boustanihani opened this issue Sep 12, 2018 · 1 comment
Closed

Output only writes when process exits #31

boustanihani opened this issue Sep 12, 2018 · 1 comment

Comments

@boustanihani
Copy link

Output only writes after process exits...

According to #19 this should have been solved.

Anyone still having the same issue?

@IonicaBizau
Copy link
Owner

Something like this should work:

// Stdout stream:
ps.proc.stdout.on("data", data => {
    console.log(data);
});

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