Skip to content

Commit bdb5d84

Browse files
GeoffreyBoothaduh95
andcommitted
Update lib/internal/modules/esm/loader.js
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 41eee47 commit bdb5d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const {
2222
let defaultResolve, defaultLoad, defaultLoadSync, importMetaInitializer;
2323

2424
/**
25-
* Generate a resolve cache (to store the final result of a resolve-chain for a particular module).
25+
* Lazy loads the module_map module and returns a new instance of ResolveCache.
2626
* @returns {import('./module_map.js').ResolveCache')}
2727
*/
2828
function newResolveCache() {

0 commit comments

Comments
 (0)