We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling from JavaScript it throw:
DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
but in LIPS it throw:
Cannot set property code of which has only a getter
The same error need to be shown in LIPS REPL.
The text was updated successfully, but these errors were encountered:
fix name collision while catching DOM exceptions #84
350c559
The error came when adding code prop to Exception in exec that was a number in DOM exception and exec tried to use e.code.push() on number.
e.code.push()
Sorry, something went wrong.
No branches or pull requests
When calling from JavaScript it throw:
but in LIPS it throw:
The same error need to be shown in LIPS REPL.
The text was updated successfully, but these errors were encountered: