We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a87e6 commit b7dcdebCopy full SHA for b7dcdeb
src/Cli/dotnet/commands/dotnet-workload/WorkloadCommandParser.cs
@@ -81,6 +81,7 @@ void WriteUpdateModeAndAnyError(string indent = "")
81
reporter.WriteLine($" Workload version: {GetWorkloadsVersion()}");
82
83
WriteUpdateModeAndAnyError(indent: " ");
84
+ reporter.WriteLine();
85
}
86
87
if (installedWorkloads.Count == 0)
0 commit comments