I have an action that calls a command line utility and logs the output to a variable which a subsequent script action then extracts several pieces of information from.
After upgrading from v5 to v6 (6.3.0.1666) the script action is failing because the output has had the empty lines removed, and in my case one of these is the indicator that some multi-line content is complete.
Thanks Simon, looks like we introduced this bug when we’ll trying to isolate a separate issue, will get a build out soon which bring backs the correct behaviour.
Regards,
Paul.
Hi Simon,
Here’s the new test build of FinalBuilder which should no longer remove blank lines.
URL: https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1673.exe
Regards,
Paul.
Hi Paul,
I am still getting the same issue with 6.3.0.1673
Although I am capturing output from a number of actions, this is easy to reproduce with a simple DOS command line action with “dir c:” as the command. This produces output with the blank lines before and after “Directory of c:” removed, unlike v5 and earlier.
Regards,
Simon
Hi Simon
I found the change which caused the problem, and have reversed it. Unfortunately the check in comment was less than informative (my fault, I made the change!) so I’m not sure what the reasoning behind the change was. Hopefully this doesn’t cause a regression issue elsewhere.
https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1676.exe
Hi Vincent,
Thanks - that fixes the issue and I haven't found any regression issues in my projects at least.
Regards,
Simon