Try/Catch: Upon Catch, it discards Output variables from Try (that were succesfully executed)

Wappler Version : 4.9.1
Operating System : MacOS
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker

Expected behavior

During a Try/Catch, if a Try fails, Catch should also include variables (with Output enabled) that were executed so far on the Try

Actual behavior

During a Try/Catch, if a Try fails, Catch doesn’t include variables with Output enabled from the Try (that were executed successfully)

For debugging reasons, I believe Catch should also return in the JSON response all Output variables from the Try that were successfully executed, instead of discarding

Disregard bug report, Try/Catch is working as intended. Issue was caused by an unforeseen error