Skip to content

Linear Command wrong order of arguments. #276

@wompi72

Description

@wompi72

The parsing of this line should be the other way around. As duration is the first argument here and position the second.
Code:

  • argument parsing: new Array(linearAttrs.length).fill([values, duration])
    which is given over to:
  • Message Constructor: export class VectorSubcommand extends GenericMessageSubcommand { constructor(Index: number, public Position: number, public Duration: number) {

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