Summary of the new document or enhancement
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.
Summary of the new document or enhancement
ConciseErrorView to not show line information for errors from script module functions PowerShell/PowerShell#14912Description 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.