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

Fix missing HandleScope in callback #67

Merged
merged 1 commit into from
Jan 4, 2016

Conversation

laverdet
Copy link

This is, I believe, the correct fix for #65, #66.

Error is very obvious while running node in debug mode. Line 140 will cause a crash because there's no HandleScope.

@virtulis
Copy link

This patch seems to indeed fix the issue. I hope it's merged in soon :)

@andvgal
Copy link

andvgal commented Jan 4, 2016

@TooTallNate Please merge & release, if appropriate. Otherwise, there are issues getting Node 5.x to prod when used for SEO prerendering.

TooTallNate added a commit that referenced this pull request Jan 4, 2016
Fix missing HandleScope in callback
@TooTallNate TooTallNate merged commit b3a6cd1 into TooTallNate:master Jan 4, 2016
@TooTallNate
Copy link
Owner

Published in v1.0.1. Thanks!

@andvgal
Copy link

andvgal commented Jan 6, 2016

I can confirm. Now, prerender.io is working on Node v5.3 with forced install of weak-1.0.1. Thank you, @TooTallNate & @laverdet

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

Successfully merging this pull request may close these issues.

4 participants