Skip to content

Fixes NODE_OPTIONS when spaces are escaped

This PR fixes #12971 (closed). It adds a way to properly escape spaces when found within NODE_OPTIONS. The previous behavior was problematic because there was no way to use --require with paths containing spaces.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading