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: command line option to preload modules #881

Closed
wants to merge 1 commit into from

Commits on Mar 17, 2015

  1. src: -r/--require cmdline option for preloading modules

    This patch adds a command line option (-r/--require) that allows one
    to provide modules on the command line that will be 'required' during
    node startup. This can be useful for debugging, tracing, memory leak
    analysis etc. to be preloaded without explicit changes to the user
    script. The option can be repeated to preload multiple modules.
    ofrobots committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    2208800 View commit details
    Browse the repository at this point in the history