The code editor produced a success output on some runs and a failure output on others, even when given the same unchanged input . This inconsistency can disrupt automated workflows that rely on predictable results.
Steps to Reproduce:
-
Open the code editor.
-
Enter a static code (e.g., return [“Hello”]; ).
-
Run the code multiple times without changing.
-
Observe whether the output is success or failure.
Expected Result:
The code editor should consistently produce either a success output or a failure output for the same static input.
Actual Result:
Some runs return a success output while others return a failure output, despite the input being unchanged.
Extra Detail:
I’ve created a Jam for it, but apparently it’s link is getting marked as spam, so hopefully the picture will be able to suffice:
