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: fix duplication of externalized builtin code #47079

Merged
merged 1 commit into from Mar 17, 2023

Commits on Mar 14, 2023

  1. src: fix duplication of externalized builtin code

    The `else` here was missing, causing us to append the file to its
    existing `source` already in the map.
    
    Refs: nodejs#45942
    kvakil committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fd3252e View commit details
    Browse the repository at this point in the history