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

[v10.x] src: allows escaping NODE_OPTIONS with backslashes #35342

Closed
wants to merge 2 commits into from

Commits on Sep 25, 2020

  1. src: allows escaping NODE_OPTIONS with backslashes

    The characters specified within NODE_OPTIONS can now be escaped, which
    is handy especially in conjunction with `--require` (where the file path
    might happen to contain spaces that shouldn't cause the option to be
    split into two).
    
    Fixes: nodejs#12971
    
    PR-URL: nodejs#24065
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Maël Nison authored and rickyes committed Sep 25, 2020
    Copy the full SHA
    a2e42eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c7e1356 View commit details
    Browse the repository at this point in the history