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

errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK #21492

Closed
wants to merge 1 commit into from

Commits on Jun 23, 2018

  1. errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK

    This restores a broken and erroneously removed error, which was
    accidentially renamed to ERR_MISSING_DYNAMIC_INTSTANTIATE_HOOK (notice
    the "INTST" vs "INST") in 921fb84
    (PR nodejs#16874) and then had documentation and implementation removed under
    the old name in 6e1c25c (PR nodejs#18857),
    as it appeared unused.
    
    This error code never worked or was documented under the mistyped name
    ERR_MISSING_DYNAMIC_INTSTANTIATE_HOOK, so renaming it back to
    ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK is a semver-patch fix.
    
    Refs: nodejs#21440
    Refs: nodejs#21470
    Refs: nodejs#16874
    Refs: nodejs#18857
    ChALkeR committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    bd6bb89 View commit details
    Browse the repository at this point in the history