Skip to content

Commands require a newline to be defined #9

@moxvallix

Description

@moxvallix

This is invalid syntax:

if true { data modify storage foo:bar baz set value true }

Commands currently require that they be defined at the start of a line, like such:

if true {
	data modify storage foo:bar baz set value true
}

This is inconsistent, and should be considered a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions