8000 'assert' eats exception · Issue #110 · PythonJS/PythonJS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

'assert' eats exception #110

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

Open
texcoffier opened this issue Jun 29, 2014 · 2 comments
Open

'assert' eats exception #110

texcoffier opened this issue Jun 29, 2014 · 2 comments

Comments

@texcoffier
Copy link
Contributor

If there is an exception in the 'assert' value, the exception is not visible and the assert does not fail.

assert(does_not_exist)

will not raise exception.

@texcoffier
Copy link
Contributor Author

Sorry, I just understood that 'assert' are not translated into JavaScript.

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

No branches or pull requests

2 participants
@texcoffier and others
0