add null propagation
This commit is contained in:
parent
055523770a
commit
c58b0b70a6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Console.WriteLine();
|
||||
foreach (var error in result.Errors)
|
||||
{
|
||||
Console.WriteLine($"[{error?.Option?.Name ?? "???"}] {error.Message}");
|
||||
Console.WriteLine($"[{error?.Option?.Name ?? "???"}] {error?.Message}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue