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

process: correctly parse Unicode in NODE_OPTIONS #34476

Closed
wants to merge 5 commits into from

Commits on Aug 20, 2020

  1. process: correctly parse Unicode in NODE_OPTIONS

    Fixes an issue on Windows, where Unicode in NODE_OPTIONS was not parsed
    correctly.
    
    Fixes: nodejs#34399
    bzoz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    12d0405 View commit details
    Browse the repository at this point in the history
  2. fixup: linter

    bzoz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7b15fa7 View commit details
    Browse the repository at this point in the history
  3. fixup: nits

    bzoz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    c88bb39 View commit details
    Browse the repository at this point in the history
  4. fixup: add logging

    bzoz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    aa20c6f View commit details
    Browse the repository at this point in the history
  5. fixup: also pass env

    bzoz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    15ac48a View commit details
    Browse the repository at this point in the history