We use Concurrently to run various commands in an Angular project. After upgrading to Angular 10, we are seeing unexpected color changes in various Angular commands' output, even in the middle of output lines.
Here is the output of an ng serve command when run directly on the command line:

Here is the same when run (prefixed "admin") via Concurrently:

Should the output colors be the same? In any case, any ideas what might cause this behavior? The colors have never been the same for us, but these kinds of color changes (white to green) only started after we upgraded Angular.
We are using Concurrently programmatically if that makes a difference, and our Node version is 12.16.1.
We use Concurrently to run various commands in an Angular project. After upgrading to Angular 10, we are seeing unexpected color changes in various Angular commands' output, even in the middle of output lines.
Here is the output of an

ng servecommand when run directly on the command line:Here is the same when run (prefixed "admin") via Concurrently:

Should the output colors be the same? In any case, any ideas what might cause this behavior? The colors have never been the same for us, but these kinds of color changes (white to green) only started after we upgraded Angular.
We are using Concurrently programmatically if that makes a difference, and our Node version is 12.16.1.