Skip to content

some escaping issue on file transfer #4

@aremes

Description

@aremes

I tried to copy a file to the board. Worked fine until i did some indexing of arrays. ended up getting


> stdin:1: ')' expected near ']'```

the culprit was access of a specific element in a line that looks like this:

``` lua
x = somearray[1]

it was fixed by

x = (somearray[1])

might help someone with the same issue. If i get around to it, i might have a look at the code. Are pull-requests ok?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions