Commit 8bce076
committed
Errors and output written during profile loading don't show in host
This change causes both errors and object output to be written to the
host when profiles are being loaded. Users who had issues in their
profile scripts thought that the scripts weren't being loaded when in
fact there were errors not being displayed. Also, users using
Write-Output in their profile scripts did not see that output. This
change makes the PSES host consistent with the PowerShell ConsoleHost,
writing both forms of output when loading profile scripts.
Resolves PowerShell/vscode-powershell#689
Resolves PowerShell/vscode-powershell#6631 parent d228c77 commit 8bce076
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | | - | |
| 841 | + | |
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
| |||
0 commit comments