Skip to content

Error message missing when node.compile fails #47

Description

@stevemac00

around line 82, i will be larger than len(expected) and throw an IndexError if there's a compiler error message.
I hacked a change like this:
if i > len(expected): sys.stdout.write(char) elif char == chr(62) and expected[i] == char: char = ''

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