Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message missing when node.compile fails #47

Open
stevemac00 opened this issue Apr 12, 2016 · 0 comments
Open

Error message missing when node.compile fails #47

stevemac00 opened this issue Apr 12, 2016 · 0 comments

Comments

@stevemac00
Copy link

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 = ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant