You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In source/Public/Get-LocalizedDataForInvariantCulture.ps1 around lines 211-212, the current Write-Error $_ call coerces the exception to a string and drops metadata.
Proposed Change
Change the Write-Error call to pass the ErrorRecord explicitly: