Skip to content

Stepper: Built-In function errors not caught and crashing the frontend #1718

@hanscau

Description

@hanscau

The following code snippets will crash the frontend

head();
tail("");
head(undefined);
function foo() {};  tail(foo);
head("foo");

as per the comment here:
#1712 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions