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

v0.8.0 assertions cause maximum callstack exceeded on assertion failure #322

Closed
silkentrance opened this issue Nov 14, 2014 · 1 comment
Closed

Comments

@silkentrance
Copy link

Reproduce: assert.isTrue false

yields a maximum callstack exceeded error

So far, I have narrowed it down to lib/assert/error.js and the toString() replacement function in there. When I comment it out, the above assertion will fail as expected without causing said error.

@adamstallard
Copy link

Duplicate of #278

ppmathis@83b88d4 probably fixes it.

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

2 participants