Skip to content

Unsaved script keeps running #58

@robertklep

Description

@robertklep

Not a huge issue, but unexpected behaviour.

Create a new script with the following code:

while (true) {
  console.log('mark', new Date());
  await wait(1000);
}

Start it, but don't save it. Then reload the page.

The script is empty (because unsaved) but the script is still running and logging, until reboot.

Metadata

Metadata

Assignees

No one assigned

    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