You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: