Skip to content

process: normalize process.execPath in CreateProcessObject()

Directly normalize process.execPath using uv_fs_realpath on OpenBSD before serializing it into the process object, instead of using require('fs') to normalize and override the path in bootstrap/node.js.

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