Skip to content

Conversation

@iEgit
Copy link
Contributor

@iEgit iEgit commented Mar 12, 2025

returnVal is later parsed as JSON, so we need to ensure that the variable values are properly stringified. Previously, special characters (e.g., newlines) in variables like { hello: "this \n breaks" } would cause parsing issues.

Changes
• Properly stringify variableValue to maintain JSON validity.
• Prevent unwanted JSON parsing errors caused by special characters.

Testing
• Tested with variables containing special characters (e.g., newlines).
• Verified that returnVal remains correctly formatted for JSON parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant