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

module: check env NODE_PRELOAD for preload modules #11888

Closed
wants to merge 1 commit into from

Commits on Mar 18, 2017

  1. module: check env NODE_PRELOAD for preload modules

    Adds a new feature that checks the environment variable NODE_PRELOAD
    that should be a : (or ; on windows) delimited string of modules inside
    the global node_modules dir to preload, the same as those that can be
    specified by the -r command line option except this is limited to
    global node_modules. 
    
    Each module can be the absolute path of the module or just the name
    of the module under the global node_modules dir.
    
    Implements: nodejs#11853
    jchip committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    2a7e11e View commit details
    Browse the repository at this point in the history