Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ceeab2d

Browse files
aduh95RafaelGSS
authored andcommittedAug 15, 2023
doc: fix name of the flag in initialize() docs
PR-URL: #49158 Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 7cbada5 commit ceeab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ added: REPLACEME
766766
The `initialize` hook provides a way to define a custom function that runs
767767
in the loader's thread when the loader is initialized. Initialization happens
768768
when the loader is registered via [`register`][] or registered via the
769-
`--loader` command line option.
769+
`--experimental-loader` command line option.
770770
771771
This hook can send and receive data from a [`register`][] invocation, including
772772
ports and other transferrable objects. The return value of `initialize` must be

0 commit comments

Comments
 (0)
Please sign in to comment.