Replies: 1 comment 1 reply
-
Well, it should not be coming from anything I do. I could at most capture all output and process it, then forward it, but I'd like to avoid that, as it would for example then also not output stuff while a command is running but first capture all output, then post-process it, then output it completely which for veeeery long stuff could also kill the memory and either way is bad as no progress is shown. What I do is calling Whatever happens then is coming from inside @actions/exec. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The current console output of the action contains a huge amount of empty lines, which only makes it harder to read/debug.
Can we make some changes to avoid these?
When I run the same commands from within the powershell console on the same machine, I do not get any unexpected newlines, so these must be originating from another place.
Beta Was this translation helpful? Give feedback.
All reactions