Change output for process exiting
This commit is contained in:
parent
18595e221e
commit
8ca5740ce0
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
var exitCode = _process.ExitCode;
|
||||
|
||||
#if DEBUG
|
||||
var message = $"> {FormatProcessInfo(_process.StartInfo)} exited with {exitCode} in {sw.ElapsedMilliseconds} ms.";
|
||||
var message = $"< {FormatProcessInfo(_process.StartInfo)} exited with {exitCode} in {sw.ElapsedMilliseconds} ms.";
|
||||
if (exitCode == 0)
|
||||
{
|
||||
Reporter.Output.WriteLine(message.Green().Bold());
|
||||
|
|
Loading…
Reference in a new issue