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

Normal emitter output goes to stderr and not stdout #142

Open
rmindel opened this issue Jul 8, 2018 · 1 comment
Open

Normal emitter output goes to stderr and not stdout #142

rmindel opened this issue Jul 8, 2018 · 1 comment
Labels

Comments

@rmindel
Copy link

rmindel commented Jul 8, 2018

On Windows 10, I compiled it and ran from cmd (using C# Process).

Added handlers for
process.OutputDataReceived (correlated to stdout)
process.ErrorDataReceived (correlated to stderr)

All start info of the emitter process is received as Error.

Is this normal behavior?

@kelindar
Copy link
Contributor

Indeed, good catch.

@kelindar kelindar added the bug label Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants