From 2fdf7b339c3098bc4489403952125b99d43581a8 Mon Sep 17 00:00:00 2001 From: Gabriel Bota <94833492+dygabo@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:42:45 +0200 Subject: [PATCH] Update lib/internal/modules/esm/loader.js Co-authored-by: Geoffrey Booth --- lib/internal/modules/esm/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/modules/esm/loader.js b/lib/internal/modules/esm/loader.js index 7fa121ea592cee..c3a4fe9893bb81 100644 --- a/lib/internal/modules/esm/loader.js +++ b/lib/internal/modules/esm/loader.js @@ -625,7 +625,7 @@ class CustomizedModuleLoader { register(originalSpecifier, parentURL, data, transferList) { if (isMainThread) { // Only the main thread has a Hooks instance with worker thread. All other Worker threads - // delegate thier hooks to the HooksThread of the main thread. + // delegate their hooks to the HooksThread of the main thread. return hooksProxy.makeSyncRequest('register', transferList, originalSpecifier, parentURL, data); } }