-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Change in ConviseView $ErrorView #7301
Copy link
Copy link
Closed
Labels
area-aboutArea - About_ topicsArea - About_ topicsarea-coreArea - Microsoft.PowerShell.Core moduleArea - Microsoft.PowerShell.Core module
Milestone
Description
Summary of the new document or enhancement
- List of articles that need to be updated: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.1#errorview
- New articles that need to be created:
- Link(s) to related code PR(s) in the PowerShell/PowerShell repo: Update
ConciseErrorView to not show line information for errors from script module functions PowerShell/PowerShell#14912 - Link(s) to related issue(s) in the PowerShell/PowerShell repo:
Description of what changed
With the PR in 7.2, ConciseView will no longer show line information if the error is coming from a script module. Module authors can get back that information using Get-Error. Users were confused by the detailed error information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-aboutArea - About_ topicsArea - About_ topicsarea-coreArea - Microsoft.PowerShell.Core moduleArea - Microsoft.PowerShell.Core module