Skip to content

src: fix ESM path resolution on Windows

Rodrigo Muino Tomonari requested to merge github/fork/Hakerh400/esm into master

Windows has some reserved file names such as con, prn, nul, etc. Such files can be accessed only if the path is prefixed with \\.\

Fixes #29572 (closed)

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

Merge request reports

Loading