Skip to content

Commit 2fdf7b3

Browse files
dygaboGeoffreyBooth
andcommitted
Update lib/internal/modules/esm/loader.js
Co-authored-by: Geoffrey Booth <[email protected]>
1 parent 184251d commit 2fdf7b3

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
@@ -625,7 +625,7 @@ class CustomizedModuleLoader {
625625
register(originalSpecifier, parentURL, data, transferList) {
626626
if (isMainThread) {
627627
// Only the main thread has a Hooks instance with worker thread. All other Worker threads
628-
// delegate thier hooks to the HooksThread of the main thread.
628+
// delegate their hooks to the HooksThread of the main thread.
629629
return hooksProxy.makeSyncRequest('register', transferList, originalSpecifier, parentURL, data);
630630
}
631631
}

0 commit comments

Comments
 (0)