Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: emphasis gotcha
  • Loading branch information
JakobJingleheimer committed May 20, 2022
commit 59a5de3fa8360c124f95b29973cf71d877f457fb
2 changes: 1 addition & 1 deletion test/es-module/test-esm-loader-http-imports.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const {
} = server.address();

{ // Verify nested HTTP imports work
const child = spawn( // `spawn` MUST be used (vs `spawnSync`) to avoid blocking the event loop
const child = spawn( // ! `spawn` MUST be used (vs `spawnSync`) to avoid blocking the event loop
process.execPath,
[
'--no-warnings',
Expand Down