Closed fsackur closed 2 years ago
Hi, spotted this bug.
Repro:
{foo} | Export-Metadata .\test.psd1; gc .\test.psd1 # output: (ScriptBlock '')
With fix:
{foo} | Export-Metadata .\test.psd1; gc .\test.psd1 # output: (ScriptBlock 'foo')
It seems that I can't work around this by passing a converter, unfortunately.
Hi, spotted this bug.
Repro:
With fix:
It seems that I can't work around this by passing a converter, unfortunately.