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
Update lib/internal/modules/esm/loader.js
Co-authored-by: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com>
  • Loading branch information
JakobJingleheimer and GeoffreyBooth authored Sep 18, 2022
commit c94e59cf261c0d72d5a194f640aeb46015ace99c
2 changes: 1 addition & 1 deletion lib/internal/modules/esm/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class ESMLoader {
globalPreload: [],

/**
* Phase 2 of 2 in ESM loading (phase 2 is below).
* Phase 2 of 2 in ESM loading (phase 1 is below).
* @private
* @property {KeyedHook[]} load Last-in-first-out collection of loader hooks.
*/
Expand Down