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;
|
var exitCode = _process.ExitCode;
|
||||||
|
|
||||||
#if DEBUG
|
#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)
|
if (exitCode == 0)
|
||||||
{
|
{
|
||||||
Reporter.Output.WriteLine(message.Green().Bold());
|
Reporter.Output.WriteLine(message.Green().Bold());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue