Code Editor Produces Inconsistent Success/Failure Outputs for Same Static Code [1378]

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:

  1. Open the code editor.

  2. Enter a static code (e.g., return [“Hello”]; ).

  3. Run the code multiple times without changing.

  4. 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:

This will be handled across multiple future sprints. Thanks.