Closed
Description
When running a test runner, we pass through any message on the standard error stream to the current console window. This results in a lot of clutter in those cases where a lot of console.error
calls are written. For example, using karma with project: angular cli.
Suggestion is to make it silent (log on debug is fine I guess). When a process crashes unexpectedly we can always show the last 10 messages inc the messages on standard error.