Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit deb0b78

Browse filesBrowse files
jakecastelliaduh95
authored andcommitted
esm: fix typo in worker loader hook comment
PR-URL: #62475 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4c206ec commit deb0b78
Copy full SHA for deb0b78

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: lib/internal/modules/esm/worker.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const { isCascadedLoaderInitialized, getOrInitializeCascadedLoader } = require('
3737
const { AsyncLoaderHooksOnLoaderHookWorker } = require('internal/modules/esm/hooks');
3838

3939
/**
40-
* Register asynchronus module loader customization hooks. This should only be run in the loader
40+
* Register asynchronous module loader customization hooks. This should only be run in the loader
4141
* hooks worker. In a non-loader-hooks thread, if any asynchronous loader hook is registered, the
4242
* ModuleLoader#asyncLoaderHooks are initialized to be AsyncLoaderHooksProxiedToLoaderHookWorker
4343
* which posts the messages to the async loader hook worker thread.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.