We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4946a8 commit 230efb6Copy full SHA for 230efb6
src/PowerShellEditorServices/Utility/PSCommandExtensions.cs
@@ -66,7 +66,6 @@ public static PSCommand MergePipelineResults(this PSCommand psCommand)
66
// We need to do merge errors and output before rendering with an Out- cmdlet
67
Command lastCommand = psCommand.Commands[psCommand.Commands.Count - 1];
68
lastCommand.MergeMyResults(PipelineResultTypes.Error, PipelineResultTypes.Output);
69
- lastCommand.MergeMyResults(PipelineResultTypes.Information, PipelineResultTypes.Output);
70
}
71
return psCommand;
72
0 commit comments