Skip to content

Stepper: bug that causes frontend crash #1712

@martin-henz

Description

@martin-henz

https://share.sourceacademy.nus.edu.sg/z6al6

The program that crashes the frontend:

function a() {
    if (true) {
        display(1);
        return 1;
    } else {
        undefined;
    }
}
a();

Metadata

Metadata

Assignees

Labels

BugSomething isn't workingimportantFixing this is important, but not mission-critical

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions