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

Remove null characters from terminal output #1343

Comments

@mntnoe
Copy link

mntnoe commented Mar 10, 2015

In runner.js:parseExitCode(), the exit code in the message is replaced with null characters (\0x00) as a side effect. The message is then sent to stdout. This results in squares (□□□□□□) being displayed in some terminals, like WebStorm's terminal. Is it possible to output only the message without the trailing null characters?

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