suransys / omniscli

Command Line Interface (CLI) to Omnis Studio
MIT License
13 stars 4 forks source link

Fix console output #7

Closed adavey closed 1 year ago

adavey commented 1 year ago

On Windows Server 2019 using Powershell version 5.1.17763.3770 there was no output to the console even though Omnis was writing to the run\std*.txt files. The output only appeared after closing Omnis. I played around with the powershell script and added ${output}.Flush() to function flushStream to resolve.

barkingfoodog commented 1 year ago

Looks good and thank you for the PR!

adavey commented 1 year ago

My pleasure. Thanks for creating this project. We are experimenting with Studio 11's VCS API and this CLI will be perfect to help automate our VCS builds.