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

src: unregister Isolate with platform before disposing #30909

Closed
wants to merge 1 commit into from

Commits on Dec 12, 2019

  1. src: unregister Isolate with platform before disposing

    I previously thought the order of these calls was no longer
    relevant. I was wrong.
    
    This commit undoes the changes from 312c02d, adds a comment
    explaining why I was wrong, and flips the order of the calls
    elsewhere for consistency, the latter having been the goal
    of 312c02d.
    
    Fixes: nodejs#30846
    Refs: nodejs#30181
    addaleax committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    27d48ed View commit details
    Browse the repository at this point in the history