JSL write to stdout
I'm running a JSL script from powershell core on windows. Does anyone have a good way to write to console from JSL so that it writes out to my powershell script?
Currently I'm writing to a temp file and then in the powershell script checking that file in a loop and writing the contents of that file. Hoping someone has done something more robust.
