fix: support esm entrypoint to utility process (#40047)
This commit is contained in:
parent
d6c8ff2e70
commit
371e83a8d2
4 changed files with 41 additions and 3 deletions
2
spec/fixtures/api/utility-process/esm.mjs
vendored
Normal file
2
spec/fixtures/api/utility-process/esm.mjs
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
console.log(import.meta.url);
|
||||
process.exit(0);
|
Loading…
Add table
Add a link
Reference in a new issue