binyomen / pwsh-live-doc

Run real code examples to generate empirical documentation of the complex nonsense that is PowerShell semantics.
https://www.pwsh-live-doc.com/
MIT License
5 stars 0 forks source link

Look into printing to stderr in class method #24

Closed binyomen closed 4 years ago

binyomen commented 4 years ago

For some reason, outputting to stderr from below a class method causes the method to fail early. At least I think that's what's happening? I reproed it with Invoke-Expression "pwsh -c stnhaosutnhou".

This might make a good page.