Skip to content

Commit 13cc480

Browse files
committedAug 14, 2024
module: remove outdated comment
Refs: #53822 PR-URL: #54118 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 2a6a12e commit 13cc480

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/internal/modules/esm/resolve.js

-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,6 @@ function defaultResolve(specifier, context = {}) {
10151015
}
10161016
}
10171017

1018-
// This must come after checkIfDisallowedImport
10191018
protocol ??= parsed?.protocol;
10201019
if (protocol === 'node:') { return { __proto__: null, url: specifier }; }
10211020

0 commit comments

Comments
 (0)
Please sign in to comment.